Using latest version of archoncrates, Server is running on Spigot 1.8.6 R1.0
13:32:53 [SEVERE] Could not pass event PlayerInteractEvent to ArchonCrates v10.0
13:32:54 org.bukkit.event.EventException
13:32:54 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:54 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:54 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:54 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:55 at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:55 at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:55 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:736) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:55 at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:55 at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:56 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:56 at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_51]
13:32:56 at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_51]
13:32:56 at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:56 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:57 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:57 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:57 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:57 at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
13:32:57 Caused by: java.lang.NullPointerException
13:32:58 at com.HamiStudios.ArchonCrates.Events.SignEvents.signClick(SignEvents.java:157) [?:?]
13:32:58 at sun.reflect.GeneratedMethodAccessor57.invoke(Unknown Source) [?:?]
13:32:58 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_51]
13:32:58 at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_51]
13:32:58 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [spigot_server.jar:git-Spigot-044d928-e8c6403]
13:32:59 ... 17 more
Hey, thanks for the support and the message idea I will add in the next update and for the glowing crate loot your cant do unless it glows in the game but I may add it in the next update!
hey ?
i just installed this new plugin and im having trouble when im making my own loot for the crates and i think ive done everything right but ingame u use the key and it just comes up with the particles and show nothing else :/ can someone please help me ?
Hi,
Good job on everything you had done with updates :), Can you please add a custom message after winning any crate, Like for example, I want a message to be shown to each player after opening crate says: [ArchonCrates] {MESSAGE} for the player only can see.
Thank you for adding glow crates.
Also, How do you glow items on crate chest (Crates Prize)?
Note: I don't mean the /broadcast, just a message to the player only.
I mentioned on the other page how if you do:
GodApple:
Item ID: 322;1
Name: '&6God Apple'
Broadcast: true
id: godApple
Chance: 7
Prize Name: 3 God apples
Command:
- give <player> golden_apple 3 1
You can't use the default yml. You have to change all the id numbers to meta.
change 322:1 to golden_apple 3 1
the 3 is the quantity
so it would be name > quantity > id
That's what caused your issue to happen to me.
I have this error with the gui plugin I use whenever i forget a closing ' so look through your config and see if you missed any. That may be the issue.
Okay, well I have fixed all previous issues, and now the GUI doesn't even open. The crates eat keys and don't open the gui or anything. I didnt change anything besides the crate loot and keys thing.
EDIT: Fixed the gui not opening, but anyone figure out how to allow players to exit the GUI? And I use PlayerVaults on my server and whenever you use a key and then open a pv it glitches the whole thing. Clears the pv puts the key ids in and some glass and whatever you just won. Help?
I also couldn't open chests with they're GUI and they would use the particles and sounds indefinitely until I stopped the server.
but what I noticed was this error:
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
in 'string', line 2, column 3:
CommonCrateKey:
^
expected <block end>, but found BlockMappingStart
in 'string', line 38, column 4:
CommonCrateKeyM:
^
-
View User Profile
-
Send Message
Posted Aug 2, 2015Getting errors spamming in console.
Using latest version of archoncrates, Server is running on Spigot 1.8.6 R1.0
13:32:53 [SEVERE] Could not pass event PlayerInteractEvent to ArchonCrates v10.0 13:32:54 org.bukkit.event.EventException 13:32:54 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:54 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:54 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:54 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:55 at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:55 at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:55 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:736) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:55 at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:55 at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:56 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:56 at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_51] 13:32:56 at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_51] 13:32:56 at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:56 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:57 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:57 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:57 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:57 at java.lang.Thread.run(Unknown Source) [?:1.8.0_51] 13:32:57 Caused by: java.lang.NullPointerException 13:32:58 at com.HamiStudios.ArchonCrates.Events.SignEvents.signClick(SignEvents.java:157) [?:?] 13:32:58 at sun.reflect.GeneratedMethodAccessor57.invoke(Unknown Source) [?:?] 13:32:58 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_51] 13:32:58 at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_51] 13:32:58 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [spigot_server.jar:git-Spigot-044d928-e8c6403] 13:32:59 ... 17 more
-
View User Profile
-
Send Message
Posted Aug 2, 2015Hello, GUI dosent close after using key, can you fix this fast
-
View User Profile
-
Send Message
Posted Jul 31, 2015@EricWal
Hey, thanks for the support and the message idea I will add in the next update and for the glowing crate loot your cant do unless it glows in the game but I may add it in the next update!
-
View User Profile
-
Send Message
Posted Jul 31, 2015@MLGCHAZMLG
Hi, You need to delete the "ArchonCrates" file then either reload or restart your Server.
To make your own loot, you have to edit the loot file after that type in: /ArchonCrates reload and everything will be fine unless you forget somethin.
-
View User Profile
-
Send Message
Posted Jul 31, 2015hey ? i just installed this new plugin and im having trouble when im making my own loot for the crates and i think ive done everything right but ingame u use the key and it just comes up with the particles and show nothing else :/ can someone please help me ?
-
View User Profile
-
Send Message
Posted Jul 30, 2015Hi I am having the same GUI issue as @ChristianPlayzMC is having
-
View User Profile
-
Send Message
Posted Jul 30, 2015Hi, Good job on everything you had done with updates :), Can you please add a custom message after winning any crate, Like for example, I want a message to be shown to each player after opening crate says: [ArchonCrates] {MESSAGE} for the player only can see. Thank you for adding glow crates.
Also, How do you glow items on crate chest (Crates Prize)?
Note: I don't mean the /broadcast, just a message to the player only.
-
View User Profile
-
Send Message
Posted Jul 30, 2015Wow, I can see how that post might not help at all. it's all jumbled together.
In the loot crate mL folder, you'll notice under every 'crate' there's a section that says 'command.'
Make sure that item you're giving out is actually spelled out and not using the number id as with the default YML
-
View User Profile
-
Send Message
Posted Jul 30, 2015@ChristianPlayzMC
when your issue happened to me, it was because of the loot item. I'll post my lootcate.yml:
Crate Loot: dragonEgg: Item ID: 122 Name: '&aDragon Egg' Broadcast: true id: dragonegg Chance: 0.5 Prize Name: 1 Dragon Egg Command: - give <player> dragon_egg 1 stone: Item ID: 1 Name: '&astone' Broadcast: true id: stone Chance: 10 Prize Name: 1 stone Command: - give <player> stone 1 Diamonds: Item ID: 264 Name: '&3Diamonds' Broadcast: true id: diamonds Chance: 7 Prize Name: 10 diamonds Command: - give <player> diamond 10 Food: Item ID: 364 Name: '&dFood' Broadcast: false id: food Chance: 20 Prize Name: food set Command: - give <player> cooked_chicken 16 - give <player> cooked_rabbit 16 - give <player> cooked_porkchop 16 Sword: Item ID: 276 Name: '&bSword' Broadcast: true id: sword Chance: 15 Prize Name: 1 diamond sword Command: - give <player> diamond_sword 1 Gold: Item ID: 266 Name: '&6Gold' Broadcast: true id: gold Chance: 10 Prize Name: 32 gold bars Command: - give <player> gold_ingot 32 Iron: Item ID: 265 Name: '&6Iron' Broadcast: false id: iron Chance: 15 Prize Name: 32 Iron bars Command: - give <player> iron_ingot 32 IronTools: Item ID: 257 Name: '&7Iron tools' Broadcast: false id: tools Chance: 20 Prize Name: 1 Iron tools set Command: - give <player> iron_shovel 1 - give <player> iron_pickaxe 1 - give <player> iron_axe 1 DiamondTools: Item ID: 278 Name: '&7Diamond tools' Broadcast: true id: diamondtools Chance: 5 Prize Name: 1 Diamond tools set Command: - give <player> diamond_shovel 1 - give <player> diamond_pickaxe 1 - give <player> diamond_axe 1 GodApple: Item ID: 322;1 Name: '&6God Apple' Broadcast: true id: godApple Chance: 7 Prize Name: 3 God apples Command: - give <player> golden_apple 3 1 CrateKey: Item ID: 131 Name: '&aCrate Key' Broadcast: true id: crateKey Chance: 7 Prize Name: 1 crate key Command: - archoncrates key <player> 1 key CustomKey: Item ID: 131 Name: '&aCustom Key' Broadcast: true id: customkey Chance: 2 Prize Name: 1 Custom key Command: - archoncrates key <player> 1 custom $25000: Item ID: 371 Name: '&6$25000' Broadcast: true id: $25000 Chance: 7 Prize Name: 25k Command: - eco give <player> 25000 CustomKit: Item ID: 298 Name: '&6Custom Kit' Broadcast: true id: customkit Chance: 2 Prize Name: 1 Custom kit Command: - kit custom <player> HerobrineKit: Item ID: 310 Name: '&bHerobrine Kit' Broadcast: true id: herobrinekit Chance: 0.1 Prize Name: 1 Herobrine kit Command: - kit herobrine <player> $10000: Item ID: 371 Name: '&6$10000' Broadcast: true id: $10000 Chance: 5 Prize Name: 10k Command: - eco give <player> 10000 $100000: Item ID: 371 Name: '&6$100000' Broadcast: true id: $100000 Chance: 2 Prize Name: 100k Command: - eco give <player> 100000 $500000: Item ID: 371 Name: '&6$500000' Broadcast: true id: $500000 Chance: 0.1 Prize Name: 500k Command: - eco give <player> 500000
I mentioned on the other page how if you do: GodApple: Item ID: 322;1 Name: '&6God Apple' Broadcast: true id: godApple Chance: 7 Prize Name: 3 God apples Command: - give <player> golden_apple 3 1
You can't use the default yml. You have to change all the id numbers to meta. change 322:1 to golden_apple 3 1 the 3 is the quantity
so it would be name > quantity > id That's what caused your issue to happen to me.
Hope this helps
-
View User Profile
-
Send Message
Posted Jul 30, 2015The buy sign simply doesn't work for keys other than default
- acbuy - quantity - price
When i put that on a sign, it spams my console and the sign doesn't work. Is there a way to put a custom made key on the sign?
perhaps something like this:
-acbuy -quanity -key name -price
nvm, your video is a bit outdated.
-
View User Profile
-
Send Message
Posted Jul 29, 2015@ergenta
How did you fix it?
-
View User Profile
-
Send Message
Posted Jul 29, 2015@hammy2899
Can you help me? The GUI doesn't close after you use a key and i can't find any way to fix this.
-
View User Profile
-
Send Message
Posted Jul 29, 2015@hammy2899
Can they go above 100?
-
View User Profile
-
Send Message
Posted Jul 29, 2015@TheSlimeMan2
The chances do not have to add up to 100!
-
View User Profile
-
Send Message
Posted Jul 29, 2015@ChristianPlayzMC
Nope, everything is closed with ' '.
Is it true that all of my drop tables have to exactly meet 100%? if so this is bad for the loot that I want on my server.
-
View User Profile
-
Send Message
Posted Jul 28, 2015@TheSlimeMan2
I have this error with the gui plugin I use whenever i forget a closing ' so look through your config and see if you missed any. That may be the issue.
-
View User Profile
-
Send Message
Posted Jul 28, 2015Okay, well I have fixed all previous issues, and now the GUI doesn't even open. The crates eat keys and don't open the gui or anything. I didnt change anything besides the crate loot and keys thing.
EDIT: Fixed the gui not opening, but anyone figure out how to allow players to exit the GUI? And I use PlayerVaults on my server and whenever you use a key and then open a pv it glitches the whole thing. Clears the pv puts the key ids in and some glass and whatever you just won. Help?
-
View User Profile
-
Send Message
Posted Jul 28, 2015@paracraftfactions
make sure the permissions are:
archoncrates.sign.buy.use for buy sign and archoncrates.crates.use for the crates
-
View User Profile
-
Send Message
Posted Jul 28, 2015Welp, here i am again. I tried to create my own keys, but then this happened:
http://pastebin.com/wT8ij7pi
I also couldn't open chests with they're GUI and they would use the particles and sounds indefinitely until I stopped the server. but what I noticed was this error:
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping in 'string', line 2, column 3: CommonCrateKey: ^ expected <block end>, but found BlockMappingStart in 'string', line 38, column 4: CommonCrateKeyM: ^
I don't know what this means, but here's my crate loot and key config: crate loot: http://pastebin.com/Wm5vaiJS key config: http://pastebin.com/p8m5TAbr
-
View User Profile
-
Send Message
Posted Jul 28, 2015I had the same problem with the getting stuck. Means there's an issue with the config.