Add credit and clean code up

Ready it for updating on Bukkit and Spigot
This commit is contained in:
Simon Chuu 2022-02-06 23:45:05 -05:00
parent 91d555e2a2
commit 7a0bea2bb8
3 changed files with 10 additions and 3 deletions

View File

@ -21,7 +21,10 @@ import org.bukkit.event.world.ChunkLoadEvent;
import org.bukkit.event.world.ChunkUnloadEvent;
import org.bukkit.persistence.PersistentDataType;
import java.util.*;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.UUID;
public class PhantomListener implements Listener {
private static final String DISALLOW_SPAWN_PERM = "phantomsmp.disallowspawn";

View File

@ -4,7 +4,11 @@ import com.google.common.base.Charsets;
import org.bstats.bukkit.Metrics;
import org.bukkit.plugin.java.JavaPlugin;
import java.io.*;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.util.logging.Level;
public class PhantomSMP extends JavaPlugin {

View File

@ -1,6 +1,6 @@
name: PhantomSMP
version: @version@
author: Simon Chuu
authors: [Simon Chuu, Phoenix616]
description: Advanced phantom mechanics especially for SMP servers
main: com.simonorj.mc.phantomsmp.PhantomSMP
website: https://github.com/SimonOrJ/PhantomSMP