mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Add support for 1.15.2 and some minors
- Removed duplicated dependencies - Credited important contributors - Updated website with an actual website - Update DummyFawe internal version to 1.15.2
This commit is contained in:
@ -321,7 +321,7 @@ public class WorldEditPlugin extends JavaPlugin { //implements TabCompleter
|
||||
File pluginsFolder = MainUtil.getJarFile().getParentFile();
|
||||
|
||||
for (File file : pluginsFolder.listFiles()) {
|
||||
if (file.length() == 2009) return;
|
||||
if (file.length() == 2052) return;
|
||||
}
|
||||
Plugin plugin = Bukkit.getPluginManager().getPlugin("FastAsyncWorldEdit");
|
||||
File dummy = MainUtil.copyFile(MainUtil.getJarFile(), "DummyFawe.src", pluginsFolder, "DummyFawe.jar");
|
||||
|
Binary file not shown.
@ -3,10 +3,10 @@ main: com.sk89q.worldedit.bukkit.WorldEditPlugin
|
||||
version: "${internalVersion}"
|
||||
load: STARTUP
|
||||
api-version: 1.13
|
||||
website: https://github.com/IntellectualSites
|
||||
website: https://intellectualsites.github.io/download/fawe.html
|
||||
description: Blazingly fast world manipulation for builders, large networks and developers.
|
||||
authors: [Empire92, MattBDev]
|
||||
loadbefore: [BannerBoard, WorldGuard, PlotSquared, AsyncWorldEdit, AsyncWorldEditInjector]
|
||||
authors: [Empire92, MattBDev, IronApollo, dordsor21, NotMyFault]
|
||||
loadbefore: [BannerBoard, WorldGuard, PlotSquared]
|
||||
database: false
|
||||
permissions:
|
||||
fawe.plotsquared:
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user