Add //u -> //undo
Add //r -> //redo
Dieser Commit ist enthalten in:
Ursprung
16901df176
Commit
fce4a64625
@ -20,7 +20,6 @@
|
|||||||
package de.steamwar.bausystem;
|
package de.steamwar.bausystem;
|
||||||
|
|
||||||
import de.steamwar.bausystem.commands.*;
|
import de.steamwar.bausystem.commands.*;
|
||||||
import de.steamwar.bausystem.commands.worldedit.*;
|
|
||||||
import de.steamwar.bausystem.tracer.ShowManager;
|
import de.steamwar.bausystem.tracer.ShowManager;
|
||||||
import de.steamwar.bausystem.tracer.TNTTracer;
|
import de.steamwar.bausystem.tracer.TNTTracer;
|
||||||
import de.steamwar.bausystem.tracer.TraceListener;
|
import de.steamwar.bausystem.tracer.TraceListener;
|
||||||
@ -129,6 +128,8 @@ public class BauSystem extends JavaPlugin implements Listener {
|
|||||||
new ChainedCommand("/p", Arrays.asList("-a", "-b", "-e", "-n", "-o", "-s", "-m"), "/paste {}");
|
new ChainedCommand("/p", Arrays.asList("-a", "-b", "-e", "-n", "-o", "-s", "-m"), "/paste {}");
|
||||||
new ChainedCommand("/flopy", "/copy", "/flip");
|
new ChainedCommand("/flopy", "/copy", "/flip");
|
||||||
new ChainedCommand("/flopyp", Arrays.asList("-a", "-b", "-e", "-n", "-o", "-s", "-m"), "/copy", "/flip", "/paste {}");
|
new ChainedCommand("/flopyp", Arrays.asList("-a", "-b", "-e", "-n", "-o", "-s", "-m"), "/copy", "/flip", "/paste {}");
|
||||||
|
new ChainedCommand("/u", "/undo {}");
|
||||||
|
new ChainedCommand("/r", "/redo {}");
|
||||||
|
|
||||||
Bukkit.getPluginManager().registerEvents(this, this);
|
Bukkit.getPluginManager().registerEvents(this, this);
|
||||||
Bukkit.getPluginManager().registerEvents(new RegionListener(), this);
|
Bukkit.getPluginManager().registerEvents(new RegionListener(), this);
|
||||||
|
@ -43,3 +43,5 @@ commands:
|
|||||||
/c:
|
/c:
|
||||||
/flopy:
|
/flopy:
|
||||||
/flopyp:
|
/flopyp:
|
||||||
|
/u:
|
||||||
|
/r:
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren