Paste #39741: Untitled Paste

Date: 2017/02/08 00:16:45 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


Ender_port:
    type: item
    material: eye_of_ender
    Display name: <&5><&l> Ender Port
    lore:
    - <&5> Right click to teleport
    - <&5> to the very top of anything

Ender_port_handler:
    type: world
    events:
        on player right clicks blocks with:Ender_port:
        - execute as_Server "tp <player.name> ~ ~100 ~"