grandwazir / StarterKit

A plugin for Bukkit to give items to new players
http://grandwazir.github.com/StarterKit
GNU General Public License v3.0
4 stars 5 forks source link

Mess in source code... #32

Open NorteX-dev opened 6 years ago

NorteX-dev commented 6 years ago

When I import source code & add build path bukkit jar it still shows a ton of errors. I really want source code, but only for editing of aliases of command /starterkit, because there is /sk alias for this plugin but I like using /sk for Skript soo no special requests...

grandwazir commented 6 years ago

Hello. You should be able to change the alias without recompiling the plugin. Look in /src/main/resources/plugin.yml change the command details. The example below changes sk to starterk instead.

commands: starterk: description: 'StarterKit root command' alias: [starterkit] usage: '/starterk'

Let me know how you get on.

NorteX-dev commented 6 years ago

Ok thank you for help. I'll try when I come home.

Wysłane z iPhone'a

Dnia 04.04.2018 o godz. 13:26 James Richardson notifications@github.com napisał(a):

Hello. You should be able to change the alias without recompiling the plugin. If you look in /src/main/resources/plugin.yml change the command details. The example below changes sk to starterk instead.

commands: starterk: description: 'StarterKit root command' alias: [starterkit] usage: '/starterk'

Let me know how you get on.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.