Filled Custom Warps

Discussion in 'Archived: Plugin Requests' started by moneyboybro, Sep 27, 2013.

  1. Offline

    moneyboybro

    Plugin category: Teleportions

    Suggested name: Custom Warps

    What I want: i want this plugin iy be easy and light weight i want people to teleport by doing /creative instead of /warp creative and or can do /server creative i know "bungee" can use /server but i don't have it i want a plugin for that?.

    Ideas for commands: /cwset [name of warp], /cws reload, /cwsetcost [money],/cwhelp ,[/server maybe?]

    Ideas for permissions: customwarps.can.use.[Name Of Warp]

    When I'd like it by: any time this month or maybe this week :D
     
  2. Offline

    Nemesis213

    You could use sk89q's command helper to just make an alias?
    So /creative = /warp creative ? ...just a thought
     
    timtower likes this.
  3. Offline

    moneyboybro

    command helper is too complicated!

    Bump!
     
  4. Offline

    jdrzl

    The only way to do this is with commander I think if you want I can help you with it, I can try and right your configuration if you'd like!
     
  5. Offline

    Kilovex

    That's a long sentence.
     
  6. Offline

    timtower Administrator Administrator Moderator

    Commandhelper only gets complicated if you want so!
     
  7. Offline

    moneyboybro

    do you now why Commandhelper is hard b/c i cant even do /help or other commands like /dc ?
     
  8. Offline

    timtower Administrator Administrator Moderator

    Commandhelper has the habit to override commands, get into the config file, remove all of the commands, then try again
     
  9. Offline

    Freelix2000

    I'm pretty sure making custom commands requires setting up listeners because custom commands can't be automatically added to the plugin.yml... I'm a noob with setting up listeners. I could make a plugin that has /w [warp] or some other really short base command, but I can't make custom commands. Sorry.
     
  10. Offline

    tbrooks23

  11. Offline

    moneyboybro

    tbrooks23 how can we set a daily? like 5 secounds?

    tbrooks23 i need help with variable triggers please
     
  12. Offline

    Jack_J12

    I know it's not what you're looking for, however I would suggest having a look at this. It lets you create custom portals, I use it on my server, works wonders! dev.bukkit.org/bukkit-plugins/warp-portals/
     
  13. Offline

    tbrooks23

    moneyboybro
    Script:
    Player &6Warping to &cCreative &6 in 5 seconds!
    @PAUSE 5
    @CMDOP warp creative
     
  14. Offline

    moneyboybro

    tbrooks23 this is what i do i created a new file called warps.script.yml and this is what is in it
    Scripts:
    creative:
    Script:
    - '@Player &6Warping to &cCreative &6 in 5 seconds!'
    - '@PAUSE 5'
    - '@CMDOP warp creative'
    prison:
    Script:
    - '@Player &6Warping to &cPrison &6 in 5 seconds!'
    - '@PAUSE 5'
    - '@CMDOP warp prison'
    kitpvp:
    Script:
    - '@Player &6Warping to &cKitPvP &6 in 5 seconds!'
    - '@PAUSE 5'
    - '@CMDOP warp kitpvp'
    minigames:
    Script:
    - '@Player &6Warping to &cMiniGames &6 in 5 seconds!'
    - '@PAUSE 5'
    - '@CMDOP warp minigames'
     
  15. If you think that EVERY plugin is too complicated... then you should not be running a minecraft server.

    Life is hard. Get used to it
     
    klosjaarrr and timtower like this.
  16. Offline

    tbrooks23

    moneyboybro on your server(In-Game), do /vtcommandoverride <command> true.

    Ex. /vtcommandoverride prison true

    This will make it so when the people do the command, the Unknown command, type "help for help message will not appear
     
  17. Offline

    moneyboybro

    Is there any other. Command?
     
  18. Offline

    moneyboybro

    STAFF Make this topic filled i got it!
     
  19. Offline

    timtower Administrator Administrator Moderator

    moneyboybro Top right corner, thread tools, edit thread. Try doing it yourself
     
    XD 3VIL M0NKEY likes this.
  20. Offline

    XD 3VIL M0NKEY

    moneyboybro
    [​IMG]

    No seriously, people have been helping you. You have not even said thank you.
     
    timtower likes this.

Share This Page