Paste #40058: Untitled Paste

Date: 2017/02/19 23:13:40 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


comandggg:
  type: world 
  events:
    on gouli command:
    - if <player.slot_type> = armor {
         - if <player.cursor_item.lore.contains_any_case_sensitive_text[苟]> {
             - narrate '§4错误: §c等级不足 无法穿戴此装备. 掉地上了快捡起来'
             - DETERMINE CANCELLED
         }
     }
    on gouli2 command:
    - if <player.is_op> {
         - narrate '§7§l|· §7 §3§l武器: §8[<player.inventory.slot[103].display>§8]'
         - narrate '§7§l|· §7 §3§l武器: §8[<player.inventory.slot[35].display>§8]'
         - narrate '§7§l|· §7 §3§l武器: §8[<player.inventory.slot[104].display>§8]'
         - narrate '§7§l|· §7 §3§l武器: §8[<player.inventory.slot[36].display>§8]'
         - DETERMINE CANCELLED
     }