WildTP GUI

Discussion in 'Plugin Requests' started by ckav11, May 25, 2016.

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

    ckav11

    Plugin category: Gameplay

    Suggested name: vTP

    What I want: A wild teleportation plugin that opens a gui when you do /rtp or /wild. In the GUI I would like the GUI to be configured like this snapshot of my inventory: https://gyazo.com/5207a06a4f6f64735125f9f755561406 It would only be 3 rows. The wooden sword would be a 'Small' teleport, the center one would be a 'medium' teleport, and the right one would be a 'large' teleport. I would like to be able to adjust the lore. I would also need to be able to set a price for the teleports along with being able to change the possible radius that it will teleport the player in.

    Ideas for commands: "/wild" "/wild reload"

    Ideas for permissions: vtp.use vtp.admin

    When I'd like it by: 1 week
     
  2. Offline

    ckav11

  3. Offline

    Ruptur

    @ckav11

    Ill work on this for you
     
  4. Offline

    KraytonMC

  5. Offline

    ckav11

    Ok
    That does not allow me to change the radius and it doesn't work right on my server - it is automatically disabled on my server startup and I have to enable it with plugman
     
  6. Offline

    Ruptur

    vTP - A random teleportation plugin with a gui

    [​IMG] [​IMG]

    > Customisable lore
    > Customisable price (money or levels)
    > Safe random Teleportation
    > Restrict worlds
    > Customisable sounds
    > Customisable messages

    Permissions
    :
    Code:yaml
    1. permissions:
    2. rtp.use:
    3. descrition: Allows player to open teleport menu
    4.  
    5. rtp.reload:
    6. description: Allows player to reload config
    7.  
    8. rtp.admin:
    9. children:
    10. - rtp.use
    11. - rtp.reload
    12. description: Give access to all commands

    Commands:

    [​IMG]
    Code:yaml
    1. aliases:
    2. - rtp
    3. - wild

    Requires vault.

    Version: 0.9.1
    Download: [link]

    For adjustments or bugs found tagh me in the post.

    @ckav11 @KraytonMC
     
    Last edited: May 29, 2016
  7. Offline

    ckav11

    Ok thanks
    @Ruptur There is a slight bug
    These are the values and costs displayed in-game(GIF: https://gyazo.com/41f1c584e0e9121625fbb86fdcddebbd ) and the values in my config are
    Code:
    smallTeleport:
      name: '&7&lSmall Teleport'
      price: 500 # starter money
      radius: 1000,3 # 150 blocks in x & z, 20 blocks in y
    
    meduimTeleport:
      name: '&b&lMedium Teleport'
      price: 5000 # costs 1500
      radius: 3000,20 # 150 blocks in x & z, 20 blocks in y
    
    largeTeleport:
      name: '&d&lLarge Teleport'
      price: 10000 # costs 3000 (dollars)
      radius: 6000 # 300 blocks in x y z
     
    Last edited: May 29, 2016
Thread Status:
Not open for further replies.

Share This Page