Njol / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
104 stars 60 forks source link

Custom Commands no longer work when executed by plugins in CraftBukkit 1.7.2-R0.4 snapshots #299

Closed XHawk87 closed 9 years ago

XHawk87 commented 10 years ago

It looks like Bukkit has undergone some considerable changes to how plugin commands are handled in the last couple of weeks, so that the Skript PluginCommand reflection hack is no longer effective. This makes Skript incompatible with a number of plugins that allow or involve command scripting.

Njol commented 10 years ago

will be fixed.

XHawk87 commented 10 years ago

Excellent. So far I am recommending that my users don't upgrade past CB #3008. Just hope you can beat the next beta.

Njol commented 10 years ago

You could try the next version already if you want: https://dl.dropboxusercontent.com/u/48570304/Skript/Skript-2.1.1.jar

It should be mostly stable, though I have only tested variables and databases so far (which is the main part of the update).

XHawk87 commented 10 years ago

I tested triggering a custom command from a CreateYourOwnMenus menu item. It worked perfectly. No other issues found with the build so far.

ghost commented 10 years ago

It should have been fixed in 2.1.2 "Fixed an error related to commands in the newer Bukkit builds". @Njol, I think, you can close this issue without doubt.