[MECH/RPG] DragonTravel Phoenix v0.0.0.17 - Be a Dragon-Rider! [1.7.10-R0.1]

Discussion in 'Archived: Plugin Releases' started by Phiwa, Nov 19, 2011.

  1. Offline

    Phiwa

    [​IMG]

    [​IMG]|[​IMG]|[​IMG]

    Visit DragonTravel on BukkitDev!


    Description:
    DragonTravel gives players the opportunity to ride dragons in Minecraft.
    It offers server-admins the possibility to add a new outstanding way of travel to their RPG-servers.



    [​IMG]


    Features:
    • Allows admins to set destinations for the dragons.
    • Allows players with the specific permission to summon and mount a dragon and...
      ...fly flights which consists out of waypoints(as many as you like)
      ...fly to destinations which have been set by an admin before.
      ...fly to coordinates chosen via command.
      ...fly to players choosen via command(different permission-nodes for other types of travel).
      ...fly to a home-position which has been set by this player earlier.
    • Spout-support
      -> Nice GUI for creating stations/destination or travelling via Spout/SpoutCraft.
      -> Music which gets played when travelling.
    • Allows admins to set stations and limit the mounting of dragons to these locations (or a specified radius around it).
    • Possibility to require a special item for players to use the plugin (e.g. a dragon-egg)
    • Making signs which automatically mount a player and bringthem to the written destination on the sign.
    • Permissions-Support (SuperPerms only!)
    • Support of all Economy-Plugins supported by Vault (Vault is required for that)!
      Admins can set different prices for all ways of travel!
    • Admins can choose in the config whether dragons of this plugin should destroy blocks or if any dragons should break blocks when touching.
    • All messages are fully customizable! Default messages.yml is English, but we provide other language-files in our wiki.
    Everything which isn't answered here will be answered on the BukkitDev-page, we simply can't manage to keep several pages up-to-date. This page was out-of-date for about six months until I remembered to put this note here.


    Commands, Permissions, Videos, Screenshots, etc. can be found on the BukkitDev-page or in our wiki (link is on the BukkitDev-page as well).
     
  2. Offline

    Phiwa

    Dragontravel Release 1.0:


    See the new waypoint stuff on youtube:


    • Added "Flights"
      Flights are travels with as many waypoints as you wish.
      Commands related to flights:
      • /dt createflight <name> -> Creates a new flight, sets you in edit.mode
      • /dt saveflight -> Saves the current flight
      • /dt remflight <name> -> Removes a flight
      • /dt flight <name> -> Lets you fly a flight
      • /dt setwp -> Sets a new wp on your location
      • /dt remlastwp -> Removes the last set waypoint
    • Added PayFlight option in config, which defines how much a flight costs when
      when executing /dt flight <name>.
      That cost get bypassed when a cost is defined by a sign
    • Added Flight-Signs
      Create Flight-Signs like that:
      [DragonTravel]
      Flight
      NameOfCreatedFlight
      >Cost< (If economy activated)
    • Added new movement code and yaw direction code
    • Added new messages to edit in messages.yml
    • Removed multithreaded movement because of security reasons, thanks to bergerkiller and ZNickq
     
  3. Offline

    Untar1

    You should add option when players cab control the dragon. Like flying but with something special, like dragons cannot pass through block etc.
     
  4. Offline

    Iceman4391

    You should try to make it able to fly the dragon yourself. That would be awesome. But nice plugin overall.
     
  5. Offline

    Huffmanbran

    Amazing plugin :)
    Bravo lad!
     
  6. Offline

    yoyou446

    go Aragon
     
  7. Offline

    djengomac

    Hey there, wanted to say great plugin!

    I've had no issues with the technicalities of the the plugin. (ie. no bugs/errors/crashes and what not)

    I do have a question though -- As far as making a destination and having the plugin replace the block under your feet with a glowstone block as a means of a check to verify the destination was set, is there a way to change the block checker to another block or no block checker at all? I feel its as easy as going into the config file and changing the data value, but I can't for the life of me see it anywhere.
     
  8. Offline

    Phiwa

    First of all thanks for the positive feedback. :)
    We didn't implement such an option yet, but that isn't a big deal and I think we can add it in the next version... ;)

    Update to version 1.1:
    • rewrote all permissions, please see the new FAQ file in your plugins/DragonTravel directory
    • added FAQ.txt into the DragonTravel folder
    • added /dt ptoggle, which allows players to decide if other players can travel to the target-player
    • added new messages
    • added configuration option to turn off the glowstone markers when creating stations/destinations
    • added missing DragonTravel Credit messages
    • fixed NullPointerException on disable(Was a waypoint class issue)...
    PHP:
    ############################################################################
    dt.* -> All permissions
     
    ohters 
    -> Stuff which doesn't fit into sub.group.permissions
    - no cost for any flight/travel        dt.nocost
    - using DragonTravel-GUI            dt.gui
    - creating stationary dragons        dt.statdragon
    - removing ghost-dragons            dt.remdragons
     
    dt.mod.flight -> Advanced permissions for creating/remove flights
    - all dt.mod.travel permissions
    - saveflight                        dt.saveflight
    - createflight                        dt.createflight
    - creating flight signs                dt.flightsigns
    - remflight                            dt.remflight
    - setwp                                dt.setwp
    - remlastwp                            dt.remwp
     
    dt.mod.travel -> Advanced permissions for creating/remove destination/stations
    - all dt.userplus permissions
    - setdest                            dt.setdest
    - setstat                            dt.setstat
    - creating/remving dest signs        dt.travelsigns
    - remdest                            dt.remdest
    - remstat                            dt.remstat
     
    dt.userplus -> Basic permissions & some more features
    - all dt.user permissions
    - ctravel                            dt.ctravel
    - ptravel                            dt.ptravel
    - mount                                dt.mount
     
    dt.user -> Basic permissions
    - stopmusic                            dt.stopmusic
    - dismount                            dt.dismount
    - deslist                            dt.destlist
    - statlist                            dt.statlist
    - travel                            dt.travel
    - using travel signs                dt.travelsigns.use
    - sethome                            dt.home.set
    - home                                dt.home
    - ptoggle                            dt.ptoggle
    - flight                            dt.flight
    - using flight signs                dt.flightsigns.use
    - flightlist                        dt.flightlist
    ###########################################################################
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  9. Offline

    jycs

    Sign successfully created, but no dragon appears when we right-clic, but the text and music engage
     
  10. Offline

    Phiwa

    The area is protected by a plugin which prevents us from spawning a dragon there (e.g. Factions via safe-zone or something similar).
     
  11. Offline

    jycs

    Ahhh yes ! gg ! :)
     
  12. Offline

    Phiwa

    :)

    Update to version 1.2:
    • right click in the air with a bowl also sets a waypoint
    • left click with a bowl removes the last set waypoint
    • dragon looks now in the right direction everytime(If not, it is lagg causing it)
    • fixed NullPointerException when creating a flight without any waypoint

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  13. Offline

    Phiwa

    Update to version 1.2.1:
    • Fixed destination signs not working(when creating them)
     
  14. Offline

    Asteg

    Hi all,

    the Signs dosent work for my Server :confused:.
    Server side i get evere Time
    [Warning] GenericLabel belonging to DragonTravel does not have a default size!

    My Plugins

    Econ
    Dynmap
    mcMMO
    PEX
    RpGEssentials
    Spout
    SpoutEssentials
    Towny
    WAR

    Sorry for this short error replay my english sucks realy -.-
     
  15. Offline

    Phiwa


    Take a look at the latest update:

    We are only waiting for the BukkitDev-staff to approve the new file and make it accessible for you.
     
  16. Offline

    DanuxBe

    I have the latest recommended build of craftbukkit but :

    [​IMG]

    why?


    I use DragonTravel 1.2.1
     
  17. Offline

    Phiwa

    What does your serverlog say? Seems like the plugin disabled itself, maybe your config.yml or your messages.yml was outdated...
     
  18. Offline

    death_falcon

    Hello, this is a perfect plugin but the sign thing doesnt work: /dt setdest 1 , ok so i set that as a flight then i go to my station and type in a sign [dragontravel] and in second line 1, and it says that destination doesnt exist, plz help
     
  19. Offline

    Phiwa

    Take a look at this please, the second line of the sign has to be "Flight" and the third line the name of the flight...
     
  20. Offline

    Livore

    AWESOMENESS rly great job dudes

    Sign works well
    maybe i make a preview vid

    First Build a Destination and a Station at one position, after that u build a 2nd Station and Destination in a other position.

    name it A and B
    at A u make a sign like this
    [DragonTravel]
    "empty"
    B
    "Done"

    at station B u make a sign like this
    [DragonTravel]
    "empty"
    A
    "Done"

    If u have more places u can bind them all to one station.
    And at the Destination u dont need any Signs.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  21. Offline

    11skip11

    how do i use the signs, i do all the things of the on the manual of the signs but it doesn't work
     
  22. Offline

    Phiwa

    Did you set the config-option "UseSigns" to "true"? :)
     
  23. Offline

    11skip11

    where can i find the config-option?
     
  24. Offline

    Phiwa

    In the config...
     
    Sketaful likes this.
  25. Offline

    minnhee

    I really like this plugin~
    Would you ever mind making a plugin like this but for other animals, like riding pigs or cows, but being able to control them, etc? o:
     
  26. Offline

    Sheard

    hello there. i have a little problem with my permissions.yml

    with this:

    users:
    Sheard:
    groups:
    - admin
    groups:
    default:
    permissions:
    permissions.build: true
    dt.
    admin:
    permissions:
    permissions.*: true
    inheritance:
    - user
    messages:
    build: '&cyou dont have access.'


    for normal user i have a error message when they try to use command
     
  27. Offline

    Phiwa

    Please post the permissions.yml in a spoiler-tag and a code-tag, so your post isn't that long and the formatting isn't lost because it is essential for the plugin to work.
    The config looks kind of strange, so please repost it and I will take a look at it.
     
  28. Offline

    abdyman

    hey guys, im having a prob with my signs in dragon travel. they glow gold and seem to be working, but when u click on them it says mounting dragon, starting song and then nothing happens, i stay in the same spot
     
  29. Offline

    Phiwa

    Do you use Factions or another plugins which prevents us from spawning mobs in your location?
    In Factions, safe-zones do that, but there are several other plugins which do that as well and in this case, DragonTravel cannot spawn a dragon.
     
  30. Offline

    abdyman

    yea i do use factions, thankx for the info
     
  31. AWESOME plugin!

    You cannot place stations in Faction SafeZone, even if mob-spawning is enabled for the SafeZone. But you do can anywhere else (for example warzone). This is an issue with the factions plugin.

    What I would really like to see, is to be able to set a station as a destination - right now I have to create a station and a destination next to each other, each time, and that is quite annoying.
     

Share This Page