new ride mode: ask

ask players to ride them
This commit is contained in:
Super_
2019-12-13 19:38:36 -05:00
parent a0571b0175
commit f0aec56186
3 changed files with 83 additions and 11 deletions

View File

@ -32,6 +32,8 @@ public abstract class FreedomCommand extends AbstractCommandBase<TotalFreedomMod
private final CommandParameters params;
@Getter
private final CommandPermissions perms;
//
public final Timer timer = new Timer();
public FreedomCommand()
{