essentials help needed

Status
This thread has been locked.

dentoffe

Premium
Feedback score
5
Posts
741
Reactions
274
Resources
0
Hi,
So I want to customize the /help command of essentials. So I made the file and did exactly how it needs to be done.But when I type help it doesn't show everything it just shows around 9 or 10 lines and then you need to do help 2 is there a way that it shows everything at once?
screens (1 one of the screens is an example of a server that made it work) it also doesn't work with aliases / commands and then a lot of text it has like a maximum of lines can I change that?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ajdin

I used to be a big deal on here but now irrelevant
Supreme
Feedback score
12
Posts
2,419
Reactions
3,404
Resources
0
You need to use pages.

So to show the next few lines do
Code:
/help 2
 

Derrian

Contributor
Supreme
Feedback score
1
Posts
235
Reactions
79
Resources
0
I know but I don't want that :p Like on the example (last screen) they did it without pages

This is a custom written /help command, this could be a variety of things, it could be a plugin that sends a page response once you type /help. (This isn't super hard to make). However if your list of commands is too long, the chat may not be able to show everything at once as it will be cut out. If you want a custom GUI or that last example, I do own a Server Setup team, we would be happy to actually make you this configuration. More details in my profile or in my signature at time of reading.
 

dentoffe

Premium
Feedback score
5
Posts
741
Reactions
274
Resources
0
This is a custom written /help command, this could be a variety of things, it could be a plugin that sends a page response once you type /help. (This isn't super hard to make). However if your list of commands is too long, the chat may not be able to show everything at once as it will be cut out. If you want a custom GUI or that last example, I do own a Server Setup team, we would be happy to actually make you this configuration. More details in my profile or in my signature at time of reading.
I just need to find a way to make it longer but it works with mycommand ;)
 
Status
This thread has been locked.
Top