The CLI is not a plugin... but now it technically is?

This commit is contained in:
NotMyFault
2021-07-22 22:11:43 +02:00
parent 6acd8498b2
commit 39a3c83801
3 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,8 @@
package com.sk89q.worldedit.cli;
/**
* This is a dummy class doing nothing but being
* annoying, if you try to use the CLI as plugin.
*/
public class AccessPoint {
}

View File

@ -0,0 +1,6 @@
/**
* The following classes are FAWE additions:
*
* @see com.sk89q.worldedit.cli.AccessPoint
*/
package com.sk89q.worldedit.cli;