From a71d14ed55b9ca5182a3aeeeddc52b93d700bf24 Mon Sep 17 00:00:00 2001 From: Major- Date: Tue, 25 Feb 2014 01:09:47 +0000 Subject: [PATCH] Remove hello plugin. --- data/plugins/hello/hello.rb | 8 -------- data/plugins/hello/plugin.xml | 14 -------------- 2 files changed, 22 deletions(-) delete mode 100644 data/plugins/hello/hello.rb delete mode 100644 data/plugins/hello/plugin.xml 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 - - - - - -