RESOLVED Plugin Report - Pick Locked Items - NOW WITH DOORS! 1.6.2

Status
Not open for further replies.

Juggler

SpigotVIP
SpigotVIP
Supporter
Benefactor
Member
Joined
May 6, 2016
Messages
337
Did you give the correct permissions?

lockeditems.cmd.* : All command permissions
lockeditems.cmd.see : Permission to use /lockeditems see command on self
lockeditems.cmd.see.others : Permission to use /lockeditems see command on all players
lockeditems.cmd.giveChest : Permission to use /lockeditems giveChest command on self
lockeditems.cmd.giveChest.others : Permission to use /lockeditems giveChest command on all players
lockeditems.cmd.giveDoor : Permission to use /lockeditems giveDoor command on self
lockeditems.cmd.giveDoor.others : Permission to use /lockeditems giveDoor command on all players
lockeditems.cmd.giveTrap : Permission to use /lockeditems giveTrap command on self
lockeditems.cmd.giveTrap.others : Permission to use /lockeditems giveTrap command on all players
lockeditems.cmd.giveKey : Permission to use /lockeditems giveKey command on self
lockeditems.cmd.giveKey.others : Permission to use /lockeditems giveKey command on all players
lockeditems.cmd.giveKeyRing : Permission to use /lockeditems giveKeyRing command on self
lockeditems.cmd.giveKeyRing.others: Permission to use /lockeditems giveKeyRing command on all players
lockeditems.cmd.giveLockPick : Permission to use /lockeditems giveLockPick command on self
lockeditems.cmd.giveLockPick.others : Permission to use /lockeditems giveLockPick command on all players
 

Maximus

Supporter
Supporter
Joined
May 30, 2016
Messages
24
Leaked Spigot Plugins & More
2
Yes, and I did it as an operator and as a regular member with the node .* permission, still gave me an " Internal error " error and threw an error in the config, if it works for you then it's my server.
 

BANNED USER #4

-.- Resource Ghost .-.
Banned
Member
Joined
May 14, 2016
Messages
79
I have tested this plugin on a test server and it works perfectly fine, it runs smooth with no bugs, this plugin works perfectly fine as I said above and it may be your java version and/or your spigot/bukkit version, next time, please double check if its your spigot/bukkit version and or your java version @iSoni_
 

Ace

BS OG
MC Models
SpigotVIP
Supporter
Member
Joined
May 20, 2016
Messages
395
Leaked Spigot Plugins & More
8
Plugin Link: http://www.blackspigotmc.xyz/resources/pick-locked-items-now-with-doors.724/

Whats wrong: It doesn't work properly.

Any Other Info: I can not craft or use commands for it ingame, but the plugin loads perfectly and the config.yml files are generated, so It's not a java problem I assume.

@WifiSpy
Do you get any error messages on the console? If so, please paste it on pastebin and share the link here. Otherwise, please recheck on the documentation provided on the spigot page.
 

Maximus

Supporter
Supporter
Joined
May 30, 2016
Messages
24
Leaked Spigot Plugins & More
2
Yeah @Ace

Whenever I try crafting or typing any command except giving myself a lockpick(but not crafting it), when I type any command, for example "/lockeditems giveChest iSoni_ 1 1" I get this error http://pastebin.com/EhmEB8uu
 

Ace

BS OG
MC Models
SpigotVIP
Supporter
Member
Joined
May 20, 2016
Messages
395
Leaked Spigot Plugins & More
8
Yeah @Ace

Whenever I try crafting or typing any command except giving myself a lockpick(but not crafting it), when I type any command, for example "/lockeditems giveChest iSoni_ 1 1" I get this error http://pastebin.com/EhmEB8uu
Can you maybe include the errors before this line:
Code:
23.07 22:11:48 [Server] INFO ... 15 more
since the console error you shared is incomplete. And does these errors appear when doing all commands or just specific commands?
 

Maximus

Supporter
Supporter
Joined
May 30, 2016
Messages
24
Leaked Spigot Plugins & More
2
It's what appears in the latest.log :l

all commands except /lockeditems version /lockeditems update and /lockeditems givelockpick or whatever command to give a lock pick
 

Mahosys

New Member
Member
Joined
Aug 29, 2016
Messages
1
Hi,

I have the same problem here.

No craft working, any command give error :
Code:
[20:17:08] [Server thread/INFO]: Mahosys issued server command: /lockeditems givechest Mahosys 1 1
[20:17:08] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'lockeditems' in plugin PickLockedItems v1.6.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[server.jar:git-Spigot-90f61bc-5e5cf84]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[server.jar:git-Spigot-90f61bc-5e5cf84]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1351) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_101]
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_101]
    at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [server.jar:git-Spigot-90f61bc-5e5cf84]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: java.lang.NullPointerException
    at me.Sindybad.lockeditems.commands.GiveCmd.giveChestCommand(GiveCmd.java:372) ~[?:?]
    at me.Sindybad.lockeditems.LockedItemsMain.onCommand(LockedItemsMain.java:363) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[server.jar:git-Spigot-90f61bc-5e5cf84]
    ... 15 more

Something more, when loading, server consol give that error :
Code:
[20:08:26] [Server thread/INFO]: [PickLockedItems] Enabling PickLockedItems v1.6.4
[20:08:27] [Server thread/INFO]: [PickLockedItems] Vault permissions disabled by config
[20:08:27] [Server thread/INFO]: [0;33;22m[PickLockedItems] [0;31;1mSpigot account profile missing. Plugin will not fully work![m

I'm using spigot-1.10.2-R0.1-SNAPSHOT.

Any idea ?
 

Juggler

SpigotVIP
SpigotVIP
Supporter
Benefactor
Member
Joined
May 6, 2016
Messages
337
"Spigot account profile missing" ?
 

Maximus

Supporter
Supporter
Joined
May 30, 2016
Messages
24
Leaked Spigot Plugins & More
2
Crafting doesn't work for me in the last version, so I'm just letting NPC's sell it... but commands work..

I believe it was poorly cracked or something.
 

BANNED USER #4

-.- Resource Ghost .-.
Banned
Member
Joined
May 14, 2016
Messages
79
Hi,

This plugin has been updated recently, all bugs have been fixed, hopefully..

This plugin was tested by me with version of 1.9-1.10
Please feel free to ask on this thread if there are any problems with the updated version of the plugin.

Click Here for Download
 

Ace

BS OG
MC Models
SpigotVIP
Supporter
Member
Joined
May 20, 2016
Messages
395
Leaked Spigot Plugins & More
8
@Maximus please try the updated version and let us know if your issue has been resolved.
 

Maximus

Supporter
Supporter
Joined
May 30, 2016
Messages
24
Leaked Spigot Plugins & More
2
@Ace the updated version works, I was probably the first one downloading it, but the recipes doesn't, it's fine though since i am selling them on shops but I believe it'll cause problems for other people.
 

Ace

BS OG
MC Models
SpigotVIP
Supporter
Member
Joined
May 20, 2016
Messages
395
Leaked Spigot Plugins & More
8
Would it be ok to mark this thread as resolved? If you encounter another issue, you may start a new thread with a detailed info on your issue that way it won't be confusing as to which problem needs fixing. :)
 

Ace

BS OG
MC Models
SpigotVIP
Supporter
Member
Joined
May 20, 2016
Messages
395
Leaked Spigot Plugins & More
8
THREAD LOCKED: Resolved.
 
Status
Not open for further replies.
BlackSpigot General Chat
Rules Help Users
    hfdgbocjl @ hfdgbocjl: i want to post a plugin
    Top