mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
The CLI is not a plugin... but now it technically is?
This commit is contained in:
@ -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 {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* The following classes are FAWE additions:
|
||||
*
|
||||
* @see com.sk89q.worldedit.cli.AccessPoint
|
||||
*/
|
||||
package com.sk89q.worldedit.cli;
|
Reference in New Issue
Block a user