DELETE

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

aag4

Owner of Sky Kingdoms & Project Wonder
Supreme
Feedback score
34
Posts
721
Reactions
308
Resources
0
Bind server commands to shorter commands using Skript or MyCommands?
 

aag4

Owner of Sky Kingdoms & Project Wonder
Supreme
Feedback score
34
Posts
721
Reactions
308
Resources
0
Or as Eclypto said, commands.yml aliases :p
 

Master

Big things coming real soon!
Premium
Feedback score
11
Posts
203
Reactions
47
Resources
0
You can do this without plugins.Go to your commands.yml file in your server files,eg. Factions and add this :
Code:
aliases:
  lobby:
  - server lobby
When player on Factions type /lobby,he will be moved to the lobby server ;)
on the current plugin im running or the bungeecord other stuff?[DOUBLEPOST=1495967946][/DOUBLEPOST]oh nvm read it wrong
 

aag4

Owner of Sky Kingdoms & Project Wonder
Supreme
Feedback score
34
Posts
721
Reactions
308
Resources
0
Each server has a file called commands.yml
You should set aliases on each of them.
 

Turtle

turtle#1989
Supreme
Feedback score
17
Posts
751
Reactions
419
Resources
0
------------------------------------------------------------------------------

You must add it to all server,no to the Bungee.Eg. if you have Factions and SkyBlock,you must put in Factions commands.yml this :
Code:
aliases:
  lobby:
  - server lobby
  skyblock:
  - server skyblock
In SkyBlock commands.yml this :
Code:
aliases:
  lobby:
  - server lobby
  factions
  - server factions
In Lobby commands.yml this :
Code:
aliases:
  factions:
  - server factions
  skyblock
  - server skyblock
that won't work, bungee commands cannot be executed by the server
 

Vip

Online Entrepreneur
Premium
Feedback score
60
Posts
2,235
Reactions
649
Resources
0
Hello i currently am using https://www.spigotmc.org/resources/bungee-tools-only-hubcommand.84/ and i am wondering how ot add /skyblock , /factions , /comingsoon , /survival
etc

my current config is like this
#Full BgTools @ http://www.spigotmc.org/resources/bungee-tools.60/ | Developed by De24
#Fri Mar 24 08:56:34 CET 2017
defaultServer=lobby
alreadyConnected=You are already at the default server\!
yourlobbyCommand=lobby
If you didn't get this figured out, try the full plugin if you haven't https://www.spigotmc.org/resources/bungeetools.97/ I believe once you get your server bungee cord you will automatically be able to do /factions, /skyblock, etc
 

Master

Big things coming real soon!
Premium
Feedback score
11
Posts
203
Reactions
47
Resources
0
Status
This thread has been locked.
Top