Idea: Rename `/ghost` to `/cghost` to match ClientCommands naming convention
James103 opened this issue ยท 1 comments
AntiGhost/src/main/java/de/guntram/mcmod/antighost/AntiGhost.java
Lines 32 to 35 in 9d803da
Earthcomputer/ClientCommands adds several commands, all of which start with the letter c
to denote that it is a client side only command. As this mod adds a client-side command /ghost
, it may be renamed to /cghost
for consistency.
The rename could either be an alias, whereby /cghost
aliases /ghost
, or it could be a full rename, where /ghost
is no longer a command added by the mod because that command was renamed to /cghost
.