Add configs for each world #14


  • Enhancment
  • Accepted
Open
Assigned to _ForgeUser12884998
  • _ForgeUser26242929 created this issue Aug 11, 2016

    Would it be possible to provide access to the source code so that others can continue your work?

    Thanks.

    Edit: see comments. updated from task to enhancement

  • _ForgeUser26242929 added the tags New Enhancment Aug 11, 2016
  • _ForgeUser12884998 posted a comment Aug 11, 2016

    i am currently in the works of rewriting the plugin as i have unfortunately misplaced my code. if there is a feature you would like to have added, i will consider adding it in

  • _ForgeUser26242929 posted a comment Aug 11, 2016

    @davidjm6: Go

    Oh! Okay. I had feared that this had fallen into abandon, and was asking for the source code so I could find a dev to add what I wanted. But if you're working on it...

    The one thing my server (tropicaldreams.mc-server.net) really needs is to have per-world minimum/maximum ranges for X & Z coordinates. Our main world is generated, and anything inside 10000 is overpopulated, so I'd like to set the RTP range for it to be between 10000 - 40000 or so. Unfortunately, the next biggest world we have after that is a 12K x 12K pre-made world, so RTP is always leaving players right at the world boundary.

    Per-wolrd settings would be a lifesaver.

    Thanks,

    Oed

  • _ForgeUser12884998 posted a comment Aug 11, 2016

    @Oedipvs: Go

    have you considered using the WorldBorder plugin? https://dev.bukkit.org/bukkit-plugins/worldborder/

    RandomTP is compatible with this. If you set your main world to have a radius of 40000 in world border, RandomTP will teleport you anywhere inside that 40000 radius, ignoring the Max X and Max Y features.

    If you set your second world to 12k in WorldBorder, RandomTP will only teleport within the 12k range.

    I'll go ahead and add configs for each world in the next version, but i feel this will allow you to do what you want.

  • _ForgeUser12884998 posted a comment Aug 11, 2016

    @davidjm6: Go

    make sure to turn worldborder to true in your RandomTP config file if you choose to go this route

  • _ForgeUser12884998 removed a tag New Aug 11, 2016
  • _ForgeUser12884998 added a tag Accepted Aug 11, 2016
  • _ForgeUser12884998 edited description Aug 11, 2016

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