Filled ServersJoin

Discussion in 'Plugin Requests' started by CodingAndScripts, Mar 29, 2018.

Thread Status:
Not open for further replies.
  1. Minecraft version: 1.8.X or 1.8.8

    Suggested name: ServersJoin

    What I want: When a player runs the command "/server" it shows the MultiVerse worlds that are created. When someone types the command "/server factions" and the staff dont want the world to be shown, they can use the permission in the config.


    Ideas for commands: /server <World Name>, /server <World Name> <Player>

    Ideas for permissions:
    server.allow.<WorldName> -Allow specific worlds to be teleported to.
    server.allow.* - Allow all worlds created to be shown and teloported to.
    server.show.<WorldName> - Show the Multiverse world in the list.

    When I'd like it by: This weekend or ASAP.

    I feel like im missing something, please let me know if you need more information.
     
    Last edited: Mar 30, 2018
  2. Offline

    Zombie_Striker

    @CodingAndScripts
    Is this meant to replace BungeeCord's /server command, this is not something that can be altered by bukkit.
     
  3. Offline

    Gosintary

    I think he is trying to remake bungee cord on one server using per-world-plugins, and multiverse.
    He wants the plugin to when you type /server, it lists all the WORLDS on the server, and then he can type /server {worldName} and it will take them to that world.

    Hope this helped!
     
  4. Yes! This is exactly what i'm looking for.
     
  5. Offline

    Gosintary

    If @Zombie_Striker doesnt want to do this, I'll try it, I'm fairly new to java and But i believe I know everything needed to make this. Maybe if you don't mind a day or two delay (maybe) @CodingAndScripts Ill try it and if I don't succeed, then Zombie can make it.
     
  6. Okay! Thank you.
     
  7. Offline

    PriorityHacker

    Hi CodingAndScripts this plugins doesn't bypass any other plugins , it's based on server's world i done it fastly because i'm working on other project and @Zombie_Striker or @Gosintary are already working on it ! It is (JAVA 1.8) - (BUKKIT 1.8) ask me if you want a better version , this version create :
    1 - /server (display worlds)
    2 - /server <name> (teleport to entered world names)

    All the permissions and enable perms are in the config file , it will be created after the first launch of the server !
    Link : ServerJoin OR THE PLUGINS ARE INSIDE THE ZIP FILE TOO , Unzip it and put it in your plugins folder

    PS: I DID NOT TESTED IT YET WITH MULTIVERSE
     

    Attached Files:

    Last edited: Apr 5, 2018
  8. This is perfect! But can a permission be added for a certain world not to show up? If works Perfectly with Multiverse btw.
     
  9. Offline

    PriorityHacker


    Hi again @CodingAndScripts , After a long work .

    There is the V2 Of ServerJoin .

    Instructions:
    • Delete the ServerJoin in your plugins folder .
    • Delete the Folder where the config file is .
    • Download the new version of the plugin .
    • Unzip it to take the ServerJoin.jar , put it in your plugins folder .
    • Start or reload the server and Enjoy .
    New Features :
    • Now the NoPermission message can supports color codes !
    • New perms !
    • /server Only display worlds where the player have the permission to teleport !
    New Perms :
    • serverjoin.cmds.allow.tp.all -->
      Allows the player to teleport to all worlds + /server show all worlds
    • serverjoin.cmds.allow.tp.WorldName --> (In perm the WorldName absolutely need to be in lower case .)
      Allows the player to teleport only to this world + /server only shows this world.
    Removed Features :
    • serverjoin.cmds.allow.tp --> this permission is replaced by serverjoin.cmds.allow.tp.WorldName !
    PS : An error can be occured if you have a world named : all :/ i will change this for the V3 .
     

    Attached Files:

  10. Perfect!
     
Thread Status:
Not open for further replies.

Share This Page