Paste #70522: Edit of P#70521 - Edit of P#70520 - Untitled Paste

Date: 2020/06/10 14:26:37 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


shoot mount test:
  type: world
  debug: true
  events:
    after player right clicks armor_stand:
      - ratelimit <player> 0.5s
      - mount <context.entity>|<player>
      - wait 1s
      - shoot <context.entity> origin:<player.location> destination:<player.location.cursor_on>