Posts by PluginsMaster
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
-
-
2120
-
-
Check out the plugin documentation for PvP configuration and see if it helps.
(https://docs.griefprevention.c…ration/#pvp-configuration)
You could also see if there is an option for it in the config.yml file.
-
1853
-
-
wait what?
The reason is that some locations don't have good connections with Aternos servers and can cause errors like that.
-
Check that all the mods on the server match the ones on your client.
-
Guys what if i use autoclicker on 5 minute to start server everytime it stops
Don't
-
1851
-
Also, you could try creating a manifest.json in the pack folder with the default contents (view below).
{
"format_version": 2,
"metadata": {
"authors": [
"Depixel_Author"
]
},
"header": {
"name": "pack.name",
"description": "pack.description",
"min_engine_version": [
1,
19,
0
],
"uuid": "ab6b35d3-8c95-4a96-a3e2-ee20c5687163",
"version": [
1,
0,
0
]
},
"modules": [
{
"type": "data",
"uuid": "1a114054-b863-4fe2-a3f3-a3ee6c940ce6",
"version": [
1,
0,
0
]
}
]
} -
Addons for Bedrock Edition always must contain a manifest.json, so if it does not have one, the addon author has to add one to make the pack work.
-
Can you send a screenshot of the issue?
-
The mod author disabled project distribution for this project, which means that it can't be downloaded outside the CurseForge/Overwolf ecosystem. You can read more about it here.
Try finding an alternative mod instead.
-
1845
-
-
-
-
-
Why are prefixes/suffixes not working? 🔗
(Source: https://luckperms.net/wiki/FAQ…fixessuffixes-not-working)
Most of the time this isn't actually an issue with LuckPerms itself but here are a few troubleshooting tips:
- LuckPerms is not a chat formatter and another plugin is required to format the chat or tab list to include prefixes and suffixes.
- Firstly, you should check if a prefix/suffix is actually set with LuckPerms - run
/lp user <user> info
and see if the prefix/suffix is displayed correctly. If so, great! LuckPerms has done its job and now it's up to your chat/tab/whatever formatter to display it correctly. If not, you need to set a prefix or suffix. - If you are using Essentials, make sure you are running EssentialsX and EssentialsXChat. The X is important! Other versions of Essentials may not work correctly with LuckPerms.
- Run
/ess version
for a quick rundown on your Essentials setup, this also reports whether Vault is installed and which permission plugin you are running - preferably LuckPerms! If the command only returns a message like "Reloaded Essentials [version]" then you are using an unsupported version of Essentials and should update to EssentialsX (linked above). - Essentials provides the
{DISPLAYNAME}
placeholder to its chat formats which will combine the prefix, nickname and suffix into one. If you do not like this behaviour then you can change theadd-prefix-suffix
option tofalse
in the Essentials config.
- Run
- Are your prefixes/suffixes displaying, but not the right ones? You most likely need to set the priority/weight correctly. If you type
/lp user <user> meta info
and see a bunch of zeroes, or some/all of the numbers (priorities) are the same, LuckPerms will take the first highest one and use that as that user's prefix/suffix. To change these, you will need to set the prefix again using the correct command - or you can easily edit the number using the web editor. Prefixes and suffixes are stored as permissions, just like everything else, they look similar to this:prefix.100.[Admin]
- the100
there is the priority and this is the number you would change to edit it. - Lastly, the
meta-formatting
section of the LuckPerms config is very important and you should make sure you only change it when necessary (e.g. prefix/suffix stacking). It's possible your prefixes/suffixes are not working because this section has been tampered with. If you want to set it back to default, make sure theformat
looks like this: