Question Help. give a specific player TP privileges.

Discussion in 'Bukkit Help' started by KingTentacleAU, Oct 8, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    KingTentacleAU

    I have a player that uses his vive to play.

    Im pretty sure i dont have his pluggin that i can put into the server.

    So i need to be able to give him teleport privileges so he can move about.

    The regular movement causes nausea issues as its not 100% set for the vive.

    i want him to only have the tp rights and nothing else.
    so he cannot abuse things like spawning mobs and other OP powers.
     
  2. Offline

    oceantheskatr

    Are you using GroupManager or PermissionsEx? Are you using Essentials?
     
  3. Offline

    KingTentacleAU

    essentials with groupmanager
     
  4. Offline

    oceantheskatr

    You should run /manuaddp <username> essentials.tp

    This will give them access to teleportation.
     
    dalfern likes this.
  5. Offline

    KingTentacleAU

    is that an in game command?
    could i add a line of code into the appropriate file instead?

    is it a one off code or do i need to do it each time?
     
  6. Offline

    oceantheskatr

    Just run that command in-game and replace <username> with their username. Alternatively you could add his UUID and information in the users.yml file in GroupManager's folder, and type the permission in the correct area but I figured running a simple command would be easier.
     
  7. Offline

    KingTentacleAU

    /manuaddp <username> essentials.tp

    Putting this command in all it game me was an unknown command error.

    i typed /manuadpp PLAYERNAME essentials.tp

    as well as with the name in <>
    and even tried it directly in the console and all the same result.
     
  8. Offline

    oceantheskatr

    /manuaddp KingTentacleAU essentials.tp would be the correct usage, make sure you're typing the command properly. If it does not work, do the following for me:

    Stop your server.
    Start your server.
    When it's fully started, run the command from the console.
    Stop the server again.
    Go in to your server files.
    Go to the logs folder.
    Open the file called latest.log.
    Copy and paste the contents at http://pastebin.com/.
    Post it there and then link the URL here.
     
Thread Status:
Not open for further replies.

Share This Page