Solved Commands don't show in Bukkit Help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

CormanYT

Active Member
Jan 6, 2018
122
5
18
I have my Skript plugin and a couple of addons installed, but even though I created commands in Skript, they don't appear in /help.
(Bukkit Help)

Is there a way I can fix this? Thanks.
 
I have my Skript plugin and a couple of addons installed, but even though I created commands in Skript, they don't appear in /help.
(Bukkit Help)

Is there a way I can fix this? Thanks.
Don't think you can fix it because the commands from your skript are ran from the Skript plugin and a stand-alone plugin
so the commands in the bukkit help will look something like this

/skript :arpload:

of course it only shows up on console(maybe in-game too)
 
Don't think you can fix it because the commands from your skript are ran from the Skript plugin and a stand-alone plugin
so the commands in the bukkit help will look something like this

/skript :arpload:

of course it only shows up on console(maybe in-game too)
I'm using the Bukkit Help, not Essentials so it might turn out different.
I have a command called /point, and doing /help point gives nothing.
It doesn't show up in Bukkit Help at all.
 
I'm using the Bukkit Help, not Essentials so it might turn out different.
I have a command called /point, and doing /help point gives nothing.
It doesn't show up in Bukkit Help at all.


doesn't work for me so i don't think you can fix it
 
Alright... I'll wait until someone who knows skript-mirror well or something comes for my aid though.
 
If I'm not mistaken this can't be done in Skript-Mirror
For a plugin to show up in /help, its needs to be added to a plugins plugin.yml
Since your skript doesn't have a plugin.yml you would have to extract it from the skript.jar, add it to the plugin.yml and then compress the skript.jar again
I just did a test of it, and it works

But beware, if you were to go this route, you would have to do this with every update of skript
 
If I'm not mistaken this can't be done in Skript-Mirror
For a plugin to show up in /help, its needs to be added to a plugins plugin.yml
Since your skript doesn't have a plugin.yml you would have to extract it from the skript.jar, add it to the plugin.yml and then compress the skript.jar again
I just did a test of it, and it works

But beware, if you were to go this route, you would have to do this with every update of skript
Is there any way I can make the scripts act like plugins?
 
Status
Not open for further replies.