keepcalm / commands

More commands for minecraft SSP and SMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands

Commands is a mod for minecraft, built using the MinecraftForge API.

The actual commands it provides

Commands provides lots of commands:
/back
Can be found as keepcalm.mods.sCommands.Commands.CommandBack
Go back to your previous location.
When you use it, it sets the location you were at WHEN you typed /back
to your location. So /back twice results in you being at the same spot.
Not dimension-sensitive at present.
/gentree
Can be found at keepcalm.mods.sCommands.Commands.CommandBigTree
Puts a tree where you're standing. And moves you a block along the X axis.
/burn PLAYER
Burn player for 5 seconds.
/deop
Registered in single player only. Lets you switch cheats off.
/fireball
Shoots a fireball, in the OPPOSITE direction to the way you're facing.
That's not deliberate, I'm not sure why it does that
/fly
Lets you fly/not fly
/setjail JAILNAME
Make where you're standing a jail called JAILNAME. Dimension-sensitive
/unjail CRIMINAL
Remove criminal from jail. Sends them back to where they were
(dimension-sensitive)
/jail JAILNAME PLAYER
Send PLAYER to JAILNAME. Unfortunately, they can break blocks for some reason
I'm trying to work out why. You'll be glad to know that they can't place
blocks, though.
Jailed players might be persistent over login/logout, I'm not sure.
/listjails
Shows you all the jails you have available.
/deljail JAILNAME
Removes JAILNAME from jail list.
/jump
Jump to where you're pointing. Has a limit of 128 blocks, and
if you aim below the horizon, you'll only move forwards a block.
/mute PLAYER
Mute PLAYER. Will only fully disappear on clients with Commands installed.
Due to the order in which Forge handles Chat packets, the mod gets the
message before the server puts <PlayerName> on them, so clients without
Commands will end up with a bunch of empty <PlayerName> messages.
/op PLAYER
Op a player - intended for use in SP, to turn cheats on.
/ping
Says pong to you.
/powercontrol add|remove PLAYER
Alternate method of OPping people, but only works with Commands commands.
/strike
Make lightning where you're looking. Has the same drawbacks as B</jump>.
/tpyes
Accept a pending TPA request
/tpa PLAYER OR /tpa PLAYER X Y Z OR /tpa PLAYER1 PLAYER2
Teleport either (a) you to a player, (b) player to XYZ or player1 to player2.
For variations A and B, PLAYER must accept, and for variation C,
both players must accept.
/tpno
Deny a pending TPA request
/whoami
Tells you who you are. Useful in eclipse.

"But what about those other files?"

The ones in keepcalm.mods.sCommands.Commands that aren't mentioned either
don't work the way they're meant to or are just for testing things,
and the ones in keepcalm.mods.sCommands.Commands.Dimension are things I'm
experimenting with.

BUGS

Not that there ARE any, but if you find some, either say something here or
on minecraftforum.net. Good luck finding the topic ;).

Just bewarned: I need a crash log, and go and look at 
http://www.minecraftforge.net/forum/index.php/topic,2429.0.html
You may find it useful, if your error is one of those there, then
don't tell me...

LICENSE

This mod is licensed under the Minecraft Mod Public License version 1.0.1
(the difference between 1.0.1 and 1.0 is I fixed the spelling mistake, under
5. Derivation rights. The license may be found in this repository, as 
MMPL-1.0.1.txt.

About

More commands for minecraft SSP and SMP


Languages

Language:Java 100.0%