Update
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
# --- EnderChest ---
|
||||
command /enderchest:
|
||||
#--------------------------------------------------
|
||||
#
|
||||
# MIRRICRAFT
|
||||
# by Christer Warén / Warén Group
|
||||
#
|
||||
#--------------------------------------------------
|
||||
|
||||
command /enderchest [<player>]:
|
||||
description: EnderChest
|
||||
executable by: players
|
||||
trigger:
|
||||
wait 2 tick
|
||||
open the player's ender chest to the player
|
||||
stop
|
||||
if arg-1 is not set:
|
||||
if player has permission "mirricraft.enderchest":
|
||||
wait 2 tick
|
||||
open player's ender chest to player
|
||||
stop
|
||||
if arg-1 is set:
|
||||
if player has permission "mirricraft.admin":
|
||||
wait 2 tick
|
||||
open arg-1's ender chest to player
|
||||
stop
|
||||
|
||||
Reference in New Issue
Block a user