This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import de.leonhard.storage.Json; | |
import org.bukkit.Bukkit; | |
import org.bukkit.Material; | |
import org.bukkit.inventory.Inventory; | |
import org.bukkit.inventory.ItemStack; | |
import org.bukkit.util.io.BukkitObjectInputStream; | |
import org.bukkit.util.io.BukkitObjectOutputStream; | |
import org.jetbrains.annotations.Nullable; | |
import java.io.ByteArrayInputStream; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[16:52:50] [Server thread/INFO]: Starting minecraft server version 1.8.8 | |
[16:52:50] [Server thread/INFO]: Loading properties | |
[16:52:50] [Server thread/INFO]: Default game type: SURVIVAL | |
[16:52:50] [Server thread/INFO]: This server is running CraftBukkit version git-CannonSpigot-b181nwil (MC: 1.8.8) (Implementing API version 1.8.8-R0.2-SNAPSHOT) | |
[16:52:50] [Server thread/INFO]: Server Ping Player Sample Count: 12 | |
[16:52:50] [Server thread/INFO]: Using 4 threads for Netty based IO | |
[16:52:50] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m | |
[16:52:50] [Server thread/INFO]: Debug logging is disabled | |
[16:52:50] [Server thread/INFO]: Data value allowed items: | |
[16:52:50] [Server thread/INFO]: Generating keypair |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################ | |
# +------------------------------------------------------+ # | |
# | Notes | # | |
# +------------------------------------------------------+ # | |
############################################################ | |
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI. | |
# If you receive an error when Essentials loads, ensure that: | |
# - No tabs are present: YAML only allows spaces | |
# - Indents are correct: YAML hierarchy is based entirely on indentation |