Update existing plugins to use the new utils plugin.

This commit is contained in:
Major-
2014-08-09 17:12:25 +01:00
parent 17975206cb
commit c162705cd4
16 changed files with 79 additions and 98 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
require 'java'
java_import 'org.apollo.game.model.inter.bank.BankUtils'
# Opens the player's bank.
on :command, :bank, RIGHTS_ADMIN do |player, command|
BankUtils.open_bank player
BankUtils.open_bank(player)
end