PermissionsEx

Discussion in 'Bukkit Help' started by KazukiMC, Feb 6, 2014.

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

    KazukiMC

    How to do it with permissionsex? 2014-02-06_16.40.21.png
     
  2. Offline

    jamiehofer

    /pex group [group] prefix [prefix]
     
  3. Offline

    KazukiMC

    jamiehofer I Mean how to get [Group] [Name] Exactly like the picture
     
  4. Offline

    JaguarJo

    KazukiMC That is controlled by how you have your chat plugin set up. Pex does not control how chat is arranged, it only defines what the prefix actually is.
     
  5. Offline

    KazukiMC

    JaguarJo Do you know how i get the chat plugin?
     
  6. Offline

    JaguarJo

    KazukiMC If your server uses Essentials, just make sure that you have the EssentialsChat.jar file. Then configuration for chat has its own section in the Essentials config file.

    You can use a different chat plugin if you want fancier stuff, but Essentials does a pretty good job of it, I think.
     
  7. Offline

    KazukiMC

  8. Offline

    JaguarJo

    KazukiMC I'm sorry, but I can't walk you through steps if I don't know what stage you are at. Does your server have Essentials? Look in the config file for a section called Essentials Chat. How to set it up is all right there.
     
  9. Offline

    KazukiMC

    JaguarJo Yes i have essentials but is it in config.yml?
     
  10. Offline

    JaguarJo

    KazukiMC Yes. Look for a section that looks like this:
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  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 (!)
      # Users 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://wiki.ess3.net/wiki/Chat_Formatting 
     
      #format: '<{DISPLAYNAME}> {MESSAGE}'
      format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
     
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
     
      # If you are using group formats make sure to remove the '#' to allow the setting to be read.
     
  11. Offline

    KazukiMC

    JaguarJo Im really sorry but i don't know what i should change. Please help me!
     
  12. Offline

    DrPyroCupcake

    /pex group Legend prefix [&6Legend] is the pex command to get a prefix exactly like the one in the picture.

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  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 (!)
      # Users 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://wiki.ess3.net/wiki/Chat_Formatting
     
    [COLOR=#ff0000]  format: '<{DISPLAYNAME}> {MESSAGE}'[/COLOR]
    [COLOR=#ff0000]  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'[/COLOR]
     
    [COLOR=#ff0000]  group-formats:[/COLOR]
    [COLOR=#ff0000]  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'[/COLOR]
    [COLOR=#ff0000]  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'[/COLOR]
     
      # If you are using group formats make sure to remove the '#' to allow the setting to be read.
    The stuff I highlighted in red (the thing with COLOR=#ff0000)is the config you need to change to get it in the
    right format.
     
    KazukiMC likes this.
  13. Offline

    KazukiMC

  14. Offline

    DrPyroCupcake

    KazukiMC If you have essentials go into your plugins folder then click on essentials. You will then see a config file. Open that with NotePad++ and scroll until you see what you need to edit it. If you don't have NotePad++ download it here.
     
  15. Offline

    KazukiMC

    DrPyroCupcake i know and i have but what do i need to change. Please answear!
     
Thread Status:
Not open for further replies.

Share This Page