Nokorbis / ar-command-signs

Minecraft (Spigot) plugin that allows to transform some blocks (Signs, plates and buttons) into a Commands executor
https://www.spigotmc.org/resources/command-signs.10512/
Apache License 2.0
13 stars 10 forks source link

Command signs vanishing. #19

Closed bc-hill closed 6 years ago

bc-hill commented 6 years ago

Spigot 1.12.2 Command Signs 1.6.3

I am finding that I can create a command sign, use it successfully, but eventually the command just vanishes.
The sign is still there, but the command is gone.
0.json file is still present in /plugins/CommandSigns/CommandBlocks. "/commandsign list" says there are no signs.

What other info can I provide? Thank you.

Nokorbis commented 6 years ago

Hello Have you created the file while the server was online ? Have you tried to use the command : /commandsign load 0 ?

bc-hill commented 6 years ago

The sign was created in-game with /commandsign create After using /commandsign load 0, it works. However, I have to run the load command every time the server restarts.

Nokorbis commented 6 years ago

Do you have any error message in your log files ?

bc-hill commented 6 years ago

Here is everything in my log with "sign" in it:

[15:18:45] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.6.3 [15:18:55] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.6.3 [15:18:55] [Server thread/INFO]: [CommandSigns] Plugin vault detected [15:18:55] [Server thread/INFO]: [CommandSigns] Vault economy linked with command signs ! [15:18:55] [Server thread/INFO]: [CommandSigns] CommandSigns properly enabled !

Nokorbis commented 6 years ago

Do you have the problem with any other sign ?

bc-hill commented 6 years ago

I just started using the plugin. I created another sign, and a button, and both had the same issue.

Nokorbis commented 6 years ago

Can you copy/paste here the content of the json file ?

bc-hill commented 6 years ago

{ "id": 0, "name": "enter_arena", "world": "ServerSpawn", "x": -1539, "y": 109, "z": 712, "disabled": false, "commands": [ "/ma join temp" ], "needed_permissions": [], "temporary_permissions": [], "price": 0.0, "time_before_execution": 0, "move_cancel_timer": false, "move_reset_timer": false, "global_time_between_usages": 0, "player_time_between_usages": 0 }

Nokorbis commented 6 years ago

What other plugin do you use ?

bc-hill commented 6 years ago

AsyncWorldEditInjector, FunnyFilter, CoreProtect, LuckPerms, Vehicles, Craftconomy3, WorldBorder, DecoHeads, RelaJumpPads, AdvancedPortals, Arconix, AsyncWorldEdit, VoidGenerator, CraftDisplay, SimpleAPI, Vault, OITCRecoding, statuecreator, Sit, WorldEdit, CityWorld, Essentials, BKCommonLib, LightCleaner, LWC, CommandSigns, WorldGuard, BlockBall, MCPainter, My_Worlds, CraftBook, ArmorStandTools, MobArena, HolographicDisplays, SimplePets, Citizens, Sentinel

All of the sign stuff in Essentials and Craftbook is disabled. Thank you.

Nokorbis commented 6 years ago

I see that your sign is in a world "ServerSpawn", what is the plugin you use to manage multiple worlds ?

bc-hill commented 6 years ago

That is My_Worlds. https://github.com/bergerhealer/MyWorlds

Nokorbis commented 6 years ago

Okay, this might come from that. That plugin may load after mine, thus my plugin cannot find that world when first loading. I'll try to compile a version specifically for you

Nokorbis commented 6 years ago

Can you try the version uploaded here : https://github.com/Nokorbis/ar-command-signs/releases/tag/v1.6.4 and tell me if it works ?

bc-hill commented 6 years ago

Thank you. You are quick!
I am so far unable to reproduce the problem, with that build.

Nokorbis commented 6 years ago

Perfect :)