diademiemi / Lineation

Minecraft Spigot Plugin to create start and finish lines! Easily keep track of competition winners!

Home Page:https://diademiemi.github.io/Lineation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ENHANCEMENT] Change syntax for a few commands

diademiemi opened this issue · comments

The addborder and removeborder commands should be moved into one border command with border add and border remove.
The same should be done for addcheckpoint and removecheckpoint
Checkpoint should be slightly different since new commands will be added in #21.
The command will be checkpoint add & checkpoint 1 remove.
This clears up room to move a few options into the main command.
option teleport should be moved to the main command.
option illegalarea should be for start lines, and option laps should be for finish lines.
option maxwinners should be renamed to winners and put in the main command.

ln config maxwins and ln config forget should be moved into one subcommand.
ln config maxwins amount <number> and ln config maxwins forget <username/uuid/all. This clears up the purpose for the forget command.