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