Purugin
Purugin copied to clipboard
Ruby Minecraft Plugin support on top of bukkit
I want a plugin to use 'parslet'. I have something like this... ```ruby class AutoBuildPlugin include Purugin::Plugin, Purugin::Colors description 'AutoBuild', 0.1 gem "parslet" def on_enable require 'parslet' #... end end...
I tried to write a plugin in a file called visitors_log.rb (it could have been visitor_log.rb ) and a plugin called VisitorsLogPlugin. For some reason I couldn't get this to...
I get this error when trying to use the cube command, taken (almost verbatim) from the examples: ``` bash [22:38:20 INFO]: iconoclast issued server command: /cube 1 andesite [22:38:20 ERROR]:...
In issue #56 we see a typical backtrace in Purugin as it stands today. Here is one I just generated: ``` text rg.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-db6de12-07c3001] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-db6de12-07c3001] at...