PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
54 stars 21 forks source link

[BUG] plugin conflicting with groupmanager #471

Closed Stoniasawsome closed 4 years ago

Stoniasawsome commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: install lonelibs and itemsadder (i use all the addons) (havent tried it without them) install groupmanager and make a few groups manuadd player groupname mansave

Expected behavior When i use itemsadder and lonelib with groupmanager for permissions my players rank tags dont go away, meaning once they are promoted they keep their old tag and get a new tag resulting in 2 rank tags in chat. Itemsadder or lonelibs seems to be somehow creating an info section in my groupmanager user files that looks like this.

users: 0901c687-c261-300e-90bd-eae532512c62: lastname: kalose group: default subgroups: [] permissions: [] info: prefix: '&5[&cGERM&5]&b ' suffix: '' 11951307-a9b9-36c2-bf0c-c42dc338772b: lastname: CommanderBlock group: grasshopper subgroups: [] permissions: [] info: prefix: '&5[&cGERM&5]&b ' suffix: '' 25964d75-97aa-3426-bea9-91360a1caa3c: lastname: SteveFrench group: shark subgroups: [] permissions: [] info: prefix: '&e' suffix: '' dc10a575-55b0-3f14-bb14-23d9561afa86: lastname: GumbyBlock group: grasshopper subgroups: [] permissions:

its not suppose to have the prefix and suffix under an info: section in users

my users are to look like this or they get 2 tags

users: 0901c687-c261-300e-90bd-eae532512c62: lastname: kalose group: default subgroups: [] permissions: [] 11951307-a9b9-36c2-bf0c-c42dc338772b: lastname: CommanderBlock group: grasshopper subgroups: [] permissions: [] 25964d75-97aa-3426-bea9-91360a1caa3c: lastname: SteveFrench group: shark subgroups: [] permissions: [] dc10a575-55b0-3f14-bb14-23d9561afa86: lastname: GumbyBlock group: grasshopper subgroups: [] permissions:

Screenshots 2020-11-04_18 05 21

this is a screenshot of groupmanager having a seizure over lonelibs when i do manuadd player groupname.

Info (please complete the following information):

Additional context There is no error, in the console about this when it happens. The reason i know its lonelibs or itemsadder is because i removed all the other plugins and used process of elimination

Stoniasawsome commented 4 years ago

was a settings in the config

LoneDev6 commented 4 years ago

Which setting in which config of which plugin? Thanks

Stoniasawsome commented 4 years ago

it was the string of settings in the itemsadder plugin that says   vault-prefix-suffix: all those settings i just disabled at the same time, and it went away.

-----Original Message----- From: LoneDev notifications@github.com To: LoneDev6/ItemsAdder ItemsAdder@noreply.github.com Cc: Stoniasawsome myke169@aol.com; State change state_change@noreply.github.com Sent: Thu, Nov 5, 2020 5:11 am Subject: Re: [LoneDev6/ItemsAdder] [BUG] plugin conflicting with groupmanager (#471)

Which setting in which config of which plugin? Thanks— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

LoneDev6 commented 4 years ago

I think that you have to wait 30 seconds in order to see the vault prefix value updated since that's how it's configured in itemsadder. image Since vault doesn't provide any event for that change I have to update the prefix each X interval, I set 30 seconds to avoid high CPU usage.