Method: Minecraft::Commands#nom
- Defined in:
- lib/minecraft/commands.rb
#nom(user) ⇒ Object
Note:
ops: hop
Note:
all: is providing noms to all.
Gives a golden apple to the specified user.
427 428 429 |
# File 'lib/minecraft/commands.rb', line 427 def nom(user) @server.puts "give #{user} 322 1" end |