Paste #21442: Untitled Paste

Date: 2015/10/24 08:01:30 UTC-07: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


MainEvents:
 type: world
 events:
  on player places TNT:
  - narrate format:ser "yo <player.name> be trying to place TNT at <context.location>!" target:<server.list_online_ops>
  - determine cancelled
  on player exits FirstT:
  - if <player.groups.contains_any[Admin|Mod|Option1|Option2].not> {
   - teleport <player> l@-42.0,73.0,577.9,"Friends With Benefits"
   - narrate "You must complete the First Task of building your house before you can leave!"
   }
  on player enters FirstT:
  - narrate format:ser "Welcome to <&a>Spawny Pleasants<&7>!"
  on player places chest in 6.0,0.0,588.0,ea@FriendsWithBenefits|-61.0,255.0,483.0,ea@FriendsWithBenefits:
  - narrate format:ser "You are not allowed to place Chest's in this area!"
  - determine cancelled