Closed Gorbiel closed 4 years ago
Are there any errors in console?
So I switched to .jar from issue #83 and it seems to show up in console, but there's another issue with that: [SurvivalGames] [Debug] PlaceEvent: read : [COBBLESTONE, TORCH, CAKE, OAK_PLANKS, OAK_LEAVES, MELON] [20:02:35 INFO]: [SurvivalGames] [Debug] BreakEvent: read : [COBBLESTONE, TORCH, CAKE, OAK_PLANKS, OAK_LEAVES, MELON]
It ignores the block-place whitelist and uses block-break whitelist for both categories. This is my config: block: place: whitelist:
With jar file from spigot there was "null" everywhere (PlaceEvent: read : [null, null, null, null, null, null])
Thank you very much, it took me a while to learn how to build this thing but now it seems to work. I can't test it now but when I do I'll close this thread
Which repo did you clone because i didn't merge #90 into this repo yet.
If you want to test it you can clone https://github.com/Remyk1/Survival-Games.git
If you have maven installed just open a shell(cmd or bash) and run mvn clean install
in the directory where the pom.xml file is.
I cloned it from your repo and built it using maven in eclipse. The plugin detects config correctly but still nobody can place/break anything
Here is my latest log and all the config files. I made sure that worldguard doesn't interfere with Survival Games and tested with and without op on the server. latest.zip
But the good news is that bandages work flawlessly
Ok i added an excessive amount of debugging to place event Survival-Games.zip
Can you try this jar Survival-Games.zip
latest.log Unfortunately there's no change
I think this should fix it Survival-Games.zip
Finally! Everything's working. Thank you very much!
I have a suggestion - after the end of the game xp also gets reset. And maybe if you win you earn some server money (the vault one). I would try to add this with pull request, but I don't know java
Describe the bug
I attached the config files. configs.zip
Specfiy which versions your using