Kits and useful commands

stym's picture

Some useful macros have been added to the server.

Teleportation (everyone):
/rs - teleports you to RS world
/cr - teleports you to Creative world
/j (Learner+) - teleports you to where your crosshair is pointing

Kits (Learner+):
/kit redstone and /kit rs - gives you frequently used redstone utensils
/kit wool - colored wool
/kit warrior - good for survival mode
/kit creative - common creative building materials

Enjoy!

Comments

Flandyn's picture

Thank you Flandyn for an amazing idea :) We will always stand in your favour xD Srly: Thank you Stym for adding this plugin, I really hope we will use it a lot :D

Your Beloving Norwegian:
Flandyn.

By Flandyn

I see that this was posted when I asked that question ^^

By limdingwen
Emilgardis's picture

IC, so we can't use redstone dust anymore....
Please add it to all kits, seems like all is missing it.

By Emilgardis
Emilgardis's picture

Seems like it is giving you it.
But sometimes all items doesn't come.
That is because they land in the Survival inventory accessed via the chest tab in the Creative menu
Clearing the hotbar would be usefull before giving the items.

By Emilgardis

You should use CommandHelper for this, to run CLEARINVETORY on the target player first then give him a list of items
which would happen to appear in their hotbar which would be much more useful

By Dunkler_Drache
stym's picture

It IS done through CH. I guess I could rewrite it to use MScript rather than simple macros though.

By stym

/ci [$pi] = >>>
if(and(equals($pi,''),has_permission(dunk.clear)),
assign(@p,player()),
assign(@p,$pi)
)
runas(~op, /clear -a @p)
<<<

By Dunkler_Drache

all:/ci [$pi] = >>>
if(and(equals($pi,''),has_permission(dunk.clear)),
assign(@p,player()),
assign(@p,$pi)
)
runas(~op, /clear -a @p)
<<<

By Dunkler_Drache

I have been messing about without purpose with CH and MScript for ages now, waiting for SQL Support in CH so I can carry on developing snap-ins

By Dunkler_Drache
Nar_Whalzzz's picture

Can you also make a command to clear your inventory co we dont has to do /clear -a .. Like make the command /ci for clear inventory.

By Nar_Whalzzz
goodby39's picture

Hold down shift while in the survival inventory tab, it has been updated now to make removing items much less arduous of a process

By goodby39
Nar_Whalzzz's picture

Is dunkler unbanned?

By Nar_Whalzzz

Why?

By Dunkler_Drache