Sorry, I was not aware, that I have to be in Discord to ask for support in this Issues Section. I changed that.
Thank you for the newest Build for ddiscordbot, all is working now again.
Search found 31 matches
- August 26th, 2020, 11:21 pm
- Forum: Issues
- Topic: dDiscordbot Issues
- Replies: 2
- Views: 7511
- August 25th, 2020, 10:34 pm
- Forum: Issues
- Topic: dDiscordbot Issues
- Replies: 2
- Views: 7511
dDiscordbot Issues
I am having a hard time to get my Discordbot back online. Everytime I start up the Server the bot will not connect and errorlog shows me this (besides of many script errors, because Bot is not connected) [07:24:33] [Thread-22/WARN]: Exception in thread "Thread-22" [07:24:33] [Thread-22/WARN]: java.l...
- April 4th, 2020, 12:16 pm
- Forum: General Denizen-Bukkit
- Topic: Cancel-block-break script
- Replies: 2
- Views: 9543
Re: Cancel-block-break script
https://guide.denizenscript.com/guides/basics/if-command.html#the-most-common-usage-of-if You might check if someone have this item in his hand if breaking a block. Otherwise: - determine cancelled For example: pickaxe_script: events: on player breaks block: - if <put_in_players_thingis_here.not>: -...
- March 26th, 2020, 9:57 am
- Forum: Scripts
- Topic: Discord Chat Relay & Channel Message
- Replies: 3
- Views: 12305
Re: Discord Chat Relay
This script is not working anymore. Since the Changes in the Tags. I had a hard time to figure out what is wrong and I came up with this in lines 58 and following: # ███ [ Discord Chat Relay ] ███ on discord message received for:discord_chat_relay channel:<server.flag[discord.mainchat]>: - if <cont...
- March 19th, 2020, 1:11 am
- Forum: Scripts
- Topic: Discord Chat Relay & Channel Message
- Replies: 3
- Views: 12305
Re: Discord Chat Relay
This script is not working anymore. Since the Changes in the Tags. I had a hard time to figure out what is wrong and I came up with this in lines 58 and following: # ███ [ Discord Chat Relay ] ███ on discord message received for:discord_chat_relay channel:<server.flag[discord.mainchat]>: - if <conte...
- January 16th, 2020, 3:38 am
- Forum: Issues
- Topic: Some Problems with 1.15
- Replies: 6
- Views: 18116
Re: Some Problems with 1.15
IT WORKS! THANK YOU SO MUCH =)
- January 15th, 2020, 11:36 am
- Forum: Issues
- Topic: Some Problems with 1.15
- Replies: 6
- Views: 18116
Re: Some Problems with 1.15
"Error" still is there. I update almost every day both spitgot and Denizen. I am using Devbuilds.
As I am writing here, I have build 4547 of Denizen developmental.
I am running version 1.15.1 of Minecraft
As I am writing here, I have build 4547 of Denizen developmental.
I am running version 1.15.1 of Minecraft
- January 15th, 2020, 11:32 am
- Forum: Scripts
- Topic: Taco Bell (need we say more?)
- Replies: 4
- Views: 14207
Re: Taco Bell (need we say more?)
Do you run latest Snapshot of Denizen and latest Version of Spigot?
Type "ver" into console and see if output says "You are running latest version [...]"
Did you try Dev Builds of Denizen?
Do you have any erros? I assume not since you seem to know how to debug
Type "ver" into console and see if output says "You are running latest version [...]"
Did you try Dev Builds of Denizen?
Do you have any erros? I assume not since you seem to know how to debug

- December 24th, 2019, 1:20 pm
- Forum: Random
- Topic: Merry Christmas 2019 and Happy New Year 2020
- Replies: 2
- Views: 14868
Merry Christmas 2019 and Happy New Year 2020
We wish you a merry Christmas,
we wisch you a merry Christmas,
we wisch you a merry Christmas,
and a happy new Year!!!!!
Best wishes to the whole Denizencommunity and thank you Monkey for building this community with your great plugin!!!!! =) =) =) =)
we wisch you a merry Christmas,
we wisch you a merry Christmas,
and a happy new Year!!!!!
Best wishes to the whole Denizencommunity and thank you Monkey for building this community with your great plugin!!!!! =) =) =) =)
- December 22nd, 2019, 9:39 am
- Forum: Issues
- Topic: Some Problems with 1.15
- Replies: 6
- Views: 18116
Re: Some Problems with 1.15
A new strange thing happend: I started to play with villagers and curing them. But curing them did not have the effect I wanted (lower prices). So I looked into it further. On Singleplayer it functions as intended, prices are lower if you cure villager from being a zombi. On my server this does not ...
- December 17th, 2019, 10:00 pm
- Forum: Issues
- Topic: Some Problems with 1.15
- Replies: 6
- Views: 18116
Re: Some Problems with 1.15
I literally had ONE prestart event in all of my scripts. This worked till 1.15 and I assumed everything is fine on my side xD
Thank you for pointing this out, it is now fixed and everythings works again =)
Thank you for pointing this out, it is now fixed and everythings works again =)
- December 17th, 2019, 2:19 am
- Forum: Issues
- Topic: Some Problems with 1.15
- Replies: 6
- Views: 18116
Some Problems with 1.15
Thank you for updating to 1.15 so fast. It took me 6 hours after release to update to 1.15 =) But: Some issues are there: First is on startup with newest Devbuild: [10:53:50] [Server thread/ERROR]: Error occurred while enabling Denizen v1.1.2-SNAPSHOT (build 4471-DEV) (Is it up to date?) java.lang.N...
- November 7th, 2019, 7:03 am
- Forum: Issues
- Topic: New to denizen, issues assigning WIP script
- Replies: 4
- Views: 14412
Re: New to denizen, issues assigning WIP script
First step to find issues is to watch your logs for errors. Denizen does well in saying what is wrong during loading of a script. Even if you do /ex reload it will tell you in console if somethings wrong. If you changed debug bahviour in the config add debug: true to your scripts so you can see what...
- September 25th, 2019, 9:05 pm
- Forum: Scripts
- Topic: Log Off NPC
- Replies: 2
- Views: 7526
Re: Log Off NPC
Thank you for pointing this out. Updatedmcmonkey wrote: ↑September 25th, 2019, 1:56 pmThis script is full of outdated syntax. Please update to ":" syntax https://guide.denizenscript.com/guides/ ... mmand.html and also "- stop" in place of the old "- queue clear".
Also remove all the stray "^", none of those belong.
- September 24th, 2019, 11:06 pm
- Forum: Scripts
- Topic: Log Off NPC
- Replies: 2
- Views: 7526
Log Off NPC
I read a forum post on spigotmc.org where someone searched for a plugin to spawn a NPC if a player logs out. I decided to give it a try in Denizen and here is the result. Feel free to tell me Bugs or Suggestions. This Script requires Citizens to work and will do nothing if you haven't installed it! ...
- September 24th, 2019, 9:11 pm
- Forum: General Denizen-Bukkit
- Topic: The Denizen Editor (VS Code Extension)
- Replies: 5
- Views: 13558
Re: The Denizen Editor (VS Code Extension)
To my knowledge, there was just no option at all for that in NP++, so I'm pretty used to just having FileZilla open to deal with that. A better extension in VS Code would be nice... I haven't tried any myself though. The Plugin for notepad++ is called NppFTP and works fine. My research for VScode b...
- September 24th, 2019, 9:35 am
- Forum: General Denizen-Bukkit
- Topic: The Denizen Editor (VS Code Extension)
- Replies: 5
- Views: 13558
Re: The Denizen Editor (VS Code Extension)
I downloaded it and I am very impressed and thankful. But I am struggling a bit, because I was used to notepad++ and have to learn VScode better because there is so much new for me. What I am struggling the most with: - FTP/SFTP client/extension. I tried EVERY Extension in the build in marketplace a...
- March 6th, 2019, 12:22 am
- Forum: Scripts
- Topic: NPC Skin via URL
- Replies: 5
- Views: 21256
Re: NPC Skin via URL
Works perfect, thank you so much for this =)
- February 1st, 2019, 2:36 pm
- Forum: General Denizen-Bukkit
- Topic: Clarify some YAML related things please
- Replies: 1
- Views: 7372
Clarify some YAML related things please
I recently bumped into some Questions, which might be handy for further readers: This tells me: » Use to modify a YAML file similarly to a flag. - yaml id:myfile set my.key[2]:hello But if I do something like this: - yaml id:tablist_config set tablist.header.text:Zeile1 - yaml id:tablist_config set ...
- February 1st, 2019, 2:25 pm
- Forum: Random
- Topic: Introduce Yourself
- Replies: 21
- Views: 58728
Re: Introduce Yourself
I am n0nnie, also known as micazoid (if you are into sourcemod boards also). I am from Munich Germany. English was never my strongest subject in school, I had always bad grades. I learned to write in this language and to participate in boards by reading boards for server and computer related stuff, ...