Paste #48270: Edit of P#48269 - Untitled Paste

Date: 2018/06/30 13:10:29 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


on player walks in coal:
- note in@generic as:<player.name>_banned_items 
- foreach <player.inventory.list_contents> {
  - if <def[value].material.contains[m@fishing_rod> {
    - take <def[value]>
    - give <def[value]> to:in@<player.name>_banned_items
    - narrate "<&8>[<&a>Guard<&8>] <&7>Took <&8>Fishing Rod <&7>from inventory, you can recieve it back after leaving the dungeon."
    }
  }