Blocking GroupManager Messages?

Discussion in 'Plugin Development' started by Lilret123, Feb 9, 2015.

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

    Lilret123

    Hello everyone, I'm creating a custom prison ranking system for my server and i don't want the
    "{player} was moved to the group {rank} in world" message to show when i change their rank.
    I'm using vault to switch the rank and check economy, I tried removing the "groupmanager.notify.*" perm node and even blocking the perm (if thats what its called) by adding it to the rank with "-" in front of it, but nothing seems to work the message gets sent anyway. Any help would be greatly appreciated.

    This is how im checking their balance and switching their rank:
    [​IMG]

    This is the permissions sections for the base rank:
    [​IMG]
     
  2. Offline

    Skionz

    @Lilret123 You could just listen for the PacketPlayOutChat packet and modify it to your liking if the message is "{player} was moved to the group {rank} in world."
     
  3. Offline

    Lilret123

    ohhhh, that makes sense but is that the only possible way?
     
    Last edited: Feb 9, 2015
  4. Offline

    Boomer

    the notify permissions do negate the message
    You're likely testing as an opped player
     
Thread Status:
Not open for further replies.

Share This Page