Teleport command delay. #372


Open
  • kvaj10 created this issue Oct 30, 2024

    Hi i got 2 problems.

    One is that sometimes when i use my teleport command the player gets kicked and it says Invalid move player packet received.

    Im not sure what causes that. Put im hoping that putting a delay on the teleport will fix it.

    And there is my other problem im trying to put a delay on it but im doing something wrong cause it does not work.

    Here is how the command looks:

     

    tutorial:
    type: TELEPORT
    runcmd: $delay$/tutorial
    location_name: tutorial
    register: true
    command: /tutorial
    permission-required: false
    delaytimer: 5
    cooldown: 3
    delaytimer_format: SECONDS

    Please help me! the plugin is awesome!

  • user_zs2owaauxs52apir posted a comment Mar 9, 2025

    First: change your version if it’s not supported by mycmd

    Second: replace line with:

    runcmd: ‘$delay$/tutorial’

     

    also all lines under tutorial: have to start with two spaces


To post a comment, please login or register a new account.