Admin
<1DisplayName>Admin
<1Prefix>[ADMIN]
<1Suffix/>
<1Color>FF9900
<1Members>
When I give such a prefix for the admin rank, the commands on the server do not work. How to fix the prefix so that it is visible and does not spoil the commands
Admin
<1DisplayName>Admin
<1Prefix>[ADMIN]
<1Suffix/>
<1Color>FF9900
<1Members>
When I give such a prefix for the admin rank, the commands on the server do not work. How to fix the prefix so that it is visible and does not spoil the commands
Hey, @Nexxu. It’d be easier to read/see what your config looks like if you put it inside a code block. E.g.,
<Group>
<Id>default</Id>
<DisplayName>Guest</DisplayName>
<Color>white</Color>
<Members />
<Permissions>
<Permission>p</Permission>
<Permission>compass</Permission>
<Permission>rocket</Permission>
</Permissions>
</Group>
You can create code blocks by surrounding the text with triple backticks ```
.
Because you broke the permissions.
XML doesn’t work like this. Gotta open and close the tags you are using.
And why would this be urgent?
Molton gave the correct solution. Anyway, if you still do not understand here solution for your current code.
<Group>
<Id>admin</Id>
<DisplayName>Admin</DisplayName>
<Prefix>[ADMIN] </Prefix>
<Suffix />
<Color>FF9900</Color>
<Members>
</Members>
<Priority>1</Priority>
<Permissions>
<Permission Cooldown="0">*</Permission>
</Permissions>
</Group>
In permissions * means all permissions
True, which is probably why you do not want to give that permission anyone except yourself, not even fellow admins.
Yea. If @Nexxu wants another permissions I am ready to help
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.