Nether and The End World Name

Discussion in 'Bukkit Help' started by ziryuk, Mar 30, 2012.

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

    ziryuk

    Hi, I'm currently using Essentials to edit my chat for each group. The {WORLDNAME} will display "world_nether" and "world_the_end" while players are in those world.

    Is there a way I can change the name so it looks more appropriate? Preferably a solution without a plugin.
     
  2. Offline

    ZeroZX4

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsChat | #
    # +------------------------------------------------------+ #
    ############################################################

    chat:

    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
    radius: 0

    # Chat formatting can be done in two ways, you can either define a standard format for all chat
    # Or you can give a group specific chat format, to give some extra variation.
    # If set to the default chat format which "should" be compatible with ichat.
    # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting

    format: '<{DISPLAYNAME}> {MESSAGE}'
    #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'

    group-formats:
    # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
    # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'

    # If your using group formats make sure to remove the '#' to allow the setting to be read.
     
  3. Offline

    ziryuk

    Thats what I've been referring to... My question was how to have {WORLDNAME} display something other than " "world_nether" and "world_the_end" while players are in those world".
     
  4. Offline

    ZeroZX4

    what you mean like something other ? if u want change world names u would need to make it manually and use some world manage plugin like my worlds or multiverse
     
  5. Offline

    ziryuk

    Ya I was hoping to do it by editing a file in bukkit or essentials instead of using another plugin like Multiverse for it. Similar to how how server.properties lets you change the world name in "level-name=". I guess its more of a suggestion on my part then. Thanks for the replies.

    ss.jpg
     
  6. Offline

    ZeroZX4

    so it goes like this

    with plugins my worlds or multiverse u can control or add new worlds to ur server so u can make 1 world which no 1 uses and care and all other worlds would be worlds u created and choosed names for them and thats the way u can do it

    all u have to do is to go to my worlds or multiverse page and see how to create new world and create them and that would fix ur problem
     
Thread Status:
Not open for further replies.

Share This Page