diff --git a/data/plugins/hello/hello.rb b/data/plugins/hello/hello.rb deleted file mode 100644 index c595ebff..00000000 --- a/data/plugins/hello/hello.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'java' -java_import 'org.apollo.game.model.Animation' -java_import 'org.apollo.game.model.World' - -on :command, :hello do |player, command| - player.play_animation Animation::WAVE - player.send_message("Hello, World!") -end diff --git a/data/plugins/hello/plugin.xml b/data/plugins/hello/plugin.xml deleted file mode 100644 index 00a3805c..00000000 --- a/data/plugins/hello/plugin.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - hello - 1 - Hello World Command - Adds a ::hello command which simply prints 'Hello, World!'. - - Graham - - - - - -