Hi, when ever i open a crate, i get stuck in the crate screen and it doesnt let me get out, i have to get kicked out of the console to fix the problem.
First off I love what you guys are doing here. But I am experiencing 1 issue. Whenever I give certain groups the permissions necessary to use the crate & buy a key, it causes all of the other permissions to fail. Is there a fix for this? But again I absolutely love this plugin.
So I figured it out. I looked at your original crate loot config and seen this " DevHead:
Item ID: 397;3
Name: '&cDevelopers Head'
Broadcast: true
id: devHead
Chance: 30
Prize Name: developers head
Command:
- minecraft:give <player> skull 1 3 {SkullOwner:"Hamiii",Unbreakable:1}"
I noticed that is was Skull (item) 1 (quantity) 3 (id number).
Then it hit me. So i tried this:
GodApple:
Item ID: 322;1
Name: '&6God Apple'
Broadcast: true
id: godApple
Chance: 70
Prize Name: GOD APPLE
Command:
- give <player> golden_apple 1 1
and it works.
Maybe you can put this on your page some where so it won't confuse other people.
Its suppose to be as follows under command:
- give <player> golden_apple 1(quantity) 1 (id)
Also your default YML for crate loot doesn't work. Some may not know you have to change the id number to wording.
as such:
322:1 is really golden_apple:1
But you your plugin it's: golden_apple 1 1
Hope this clears up some of the confusion. Noticed some other people were having the same issue.
You mentioned add a ; for custom id's. It doesn't work.
I tried it several times on the following:
GodApple:
Item ID: 322;1
Name: '&6God Apple'
Broadcast: true
id: godApple
Chance: 30
Prize Name: 3 God apples
Command:
- give <player> spawn_egg;120 1
no item was given.
GodApple:
Item ID: 322;1
Name: '&6God Apple'
Broadcast: true
id: godApple
Chance: 30
Prize Name: 3 God apples
Command:
- give <player> golden_apple;1 1
No item was given.
GodApple:
Item ID: 322;1
Name: '&6God Apple'
Broadcast: true
id: godApple
Chance: 30
Prize Name: 3 God apples
Command:
- give <player> stained_glass;3 1
No item was given.
I tried it on a few other items, but I'm sure you get the point. I also tried " : " instead of " ; " and " - give <player> stained_glass 3 1". didn't work either
Doesn't seem any items requiring a ; works.
I noticed that items with ids such as colored wool (that are a # followed by a : and the number that decides their color. ex 35:15 for black wool) do not work with the plugin.
also you could put in a prize for a better crate and key. This would allow you to do percentages that are very small. ex 1/100 chance to get a "superKey" and then you could put the % to get the rank to .1 this would get you a .0001 chance to get that prize from a regular key.
Just updated to v9.0 from v8.3 and now it lags every time I go to open a crate. I know it's due to the amount of prizes I have defined in my config files. It never lagged in the previous version so if you know a fix/or could bugfix this that would be great.
can you put in the chance something like 0.5? 1% seems too much for winning ranks on my server, but at the same time, I don't want to break my plugin xD
If you want me to help you, you need to show me the whole error and that will not get spammed in the console unless someone is pressing in an inventory.
Great plugin, but it was kind of buggy when opening it with a cratekey... I opened it then it would just auto close for no reason? The only way after that to make it work is if I used 2 keys. I could still hear the thing going but I couldnt see it in the chest. Also could you make it so you cant open the chest except without the key so it makes things look nicer? Thankks
I'm posting the bug on hamistudios, but I wanted to post it here as well. Whenever I attempt to have a user click the sign to buy a key, it takes money and doesn't give the user a key. It also produces an error that I've pasted in pastebin.
-
View User Profile
-
Send Message
Posted Jul 28, 2015Hi, when ever i open a crate, i get stuck in the crate screen and it doesnt let me get out, i have to get kicked out of the console to fix the problem.
-
View User Profile
-
Send Message
Posted Jul 27, 2015First off I love what you guys are doing here. But I am experiencing 1 issue. Whenever I give certain groups the permissions necessary to use the crate & buy a key, it causes all of the other permissions to fail. Is there a fix for this? But again I absolutely love this plugin.
-
View User Profile
-
Send Message
Posted Jul 27, 2015Also, can you give an example of how to do enchanted items?
Thank you
-
View User Profile
-
Send Message
Posted Jul 27, 2015So I figured it out. I looked at your original crate loot config and seen this " DevHead: Item ID: 397;3 Name: '&cDevelopers Head' Broadcast: true id: devHead Chance: 30 Prize Name: developers head Command: - minecraft:give <player> skull 1 3 {SkullOwner:"Hamiii",Unbreakable:1}"
I noticed that is was Skull (item) 1 (quantity) 3 (id number). Then it hit me. So i tried this:
GodApple: Item ID: 322;1 Name: '&6God Apple' Broadcast: true id: godApple Chance: 70 Prize Name: GOD APPLE Command: - give <player> golden_apple 1 1 and it works.
Maybe you can put this on your page some where so it won't confuse other people.
Its suppose to be as follows under command: - give <player> golden_apple 1(quantity) 1 (id)
Also your default YML for crate loot doesn't work. Some may not know you have to change the id number to wording.
as such:
322:1 is really golden_apple:1
But you your plugin it's: golden_apple 1 1
Hope this clears up some of the confusion. Noticed some other people were having the same issue.
-
View User Profile
-
Send Message
Posted Jul 27, 2015You mentioned add a ; for custom id's. It doesn't work.
I tried it several times on the following:
GodApple: Item ID: 322;1 Name: '&6God Apple' Broadcast: true id: godApple Chance: 30 Prize Name: 3 God apples Command: - give <player> spawn_egg;120 1 no item was given.
GodApple: Item ID: 322;1 Name: '&6God Apple' Broadcast: true id: godApple Chance: 30 Prize Name: 3 God apples Command: - give <player> golden_apple;1 1 No item was given.
GodApple: Item ID: 322;1 Name: '&6God Apple' Broadcast: true id: godApple Chance: 30 Prize Name: 3 God apples Command: - give <player> stained_glass;3 1 No item was given.
I tried it on a few other items, but I'm sure you get the point. I also tried " : " instead of " ; " and " - give <player> stained_glass 3 1". didn't work either Doesn't seem any items requiring a ; works.
I'm using 1.8.7 bukkit
-
View User Profile
-
Send Message
Posted Jul 26, 2015@SuperPieDudeZ
If you are talking about displaying wool with data does not work it does say you wanted to display orange wool you would do "35;1"
-
View User Profile
-
Send Message
Posted Jul 26, 2015I noticed that items with ids such as colored wool (that are a # followed by a : and the number that decides their color. ex 35:15 for black wool) do not work with the plugin.
-
View User Profile
-
Send Message
Posted Jul 26, 2015@TheSlimeMan2
also you could put in a prize for a better crate and key. This would allow you to do percentages that are very small. ex 1/100 chance to get a "superKey" and then you could put the % to get the rank to .1 this would get you a .0001 chance to get that prize from a regular key.
-
View User Profile
-
Send Message
Posted Jul 26, 2015@Inkette
Wait for version 10.0 to be released and see if that fixes it
@blablubbabc
I see the problem and il fix it in the next update
-
View User Profile
-
Send Message
Posted Jul 26, 2015Hey, the following error occurs when an item with your custom glow effect enchantment is serialized and stored in a configuration file.
http://pastebin.com/eKpdBRjg
Maybe this is fixed by making your custom glow Enchantment not return null for getName().
-
View User Profile
-
Send Message
Posted Jul 25, 2015Just updated to v9.0 from v8.3 and now it lags every time I go to open a crate. I know it's due to the amount of prizes I have defined in my config files. It never lagged in the previous version so if you know a fix/or could bugfix this that would be great.
-
View User Profile
-
Send Message
Posted Jul 25, 2015@hammy2899
lol 9999999% = ALL the time
-
View User Profile
-
Send Message
Posted Jul 25, 2015@TheSlimeMan2
Yes you can! if you want you can put 0.1 or even 99999999 as your chance :D
-
View User Profile
-
Send Message
Posted Jul 25, 2015can you put in the chance something like 0.5? 1% seems too much for winning ranks on my server, but at the same time, I don't want to break my plugin xD
-
View User Profile
-
Send Message
Posted Jul 24, 2015@hammy2899
Problem Solved, thank you :D
-
View User Profile
-
Send Message
Posted Jul 24, 2015@RaidRealmPvP
If you want me to help you, you need to show me the whole error and that will not get spammed in the console unless someone is pressing in an inventory.
-
View User Profile
-
Send Message
Posted Jul 23, 2015This is being spammed in console with the v9.0 still. Also, you can add keys, but the chest don't work
http://pastebin.com/Zcp1e5fJ
-
View User Profile
-
Send Message
Posted Jul 23, 2015Great plugin :) Could you add that when you open a virtual crate with the command it only works if you've got a key? And a bypass permission?
Keep up the good work!
@killerzapmaster
1.8.7 works fine for me.
EDIT: And please add economy support for more plugins :D
-
View User Profile
-
Send Message
Posted Jul 23, 2015Great plugin, but it was kind of buggy when opening it with a cratekey... I opened it then it would just auto close for no reason? The only way after that to make it work is if I used 2 keys. I could still hear the thing going but I couldnt see it in the chest. Also could you make it so you cant open the chest except without the key so it makes things look nicer? Thankks
-
View User Profile
-
Send Message
Posted Jul 23, 2015I'm posting the bug on hamistudios, but I wanted to post it here as well. Whenever I attempt to have a user click the sign to buy a key, it takes money and doesn't give the user a key. It also produces an error that I've pasted in pastebin.
http://pastebin.com/mcezatsE