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
| package com.sainttx.testing.util; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.inventory.Inventory; | |
| import org.bukkit.inventory.ItemStack; | |
| import org.bukkit.util.io.BukkitObjectInputStream; | |
| import org.bukkit.util.io.BukkitObjectOutputStream; | |
| import org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder; | |
| import java.io.ByteArrayInputStream; |
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
| /* | |
| * socket demonstrations: | |
| * This is the server side of an "internet domain" socket connection, for | |
| * communicating over the network. | |
| * | |
| * In this case we are willing to wait either for chatter from the client | |
| * _or_ for a new connection. | |
| */ | |
| #include <stdio.h> |
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
| { | |
| "colorMember": "GREEN", | |
| "colorAlly": "LIGHT_PURPLE", | |
| "colorNeutral": "WHITE", | |
| "colorEnemy": "RED", | |
| "gangsPerListPage": 2, | |
| "chatFormat": "&c[&a{0}&c]&r", | |
| "prefixAdmin": "**", | |
| "prefixMod": "*", | |
| "scoreboardFormat": "{RELATION}[{GANG}] &r", |
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
| package com.sainttx.testing.util; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.entity.Player; | |
| import java.lang.reflect.Constructor; | |
| import java.lang.reflect.Field; | |
| import java.lang.reflect.Method; | |
| import java.util.HashMap; | |
| import java.util.Map; |
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
| package com.sainttx.warningplugin; | |
| import org.bukkit.ChatColor; | |
| import org.bukkit.command.Command; | |
| import org.bukkit.command.CommandSender; | |
| import org.bukkit.entity.Player; | |
| import org.bukkit.event.EventHandler; | |
| import org.bukkit.event.Listener; | |
| import org.bukkit.event.player.PlayerLoginEvent; | |
| import org.bukkit.plugin.java.JavaPlugin; |
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
| ################################# | |
| ### ### | |
| ### Viking Shops ### | |
| ### by SainttX ### | |
| ### ### | |
| ################################# | |
| # General | |
| settings: | |
| max-traders: 8 |
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
| ################################# | |
| ### ### | |
| ### Viking Shops ### | |
| ### by SainttX ### | |
| ### ### | |
| ################################# | |
| # General | |
| settings: | |
| max-traders: 8 |
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
| ################################# | |
| ### ### | |
| ### Momento Backpacks ### | |
| ### by SainttX ### | |
| ### ### | |
| ################################# | |
| # SQL settings for the plugin go here | |
| # you will need to create the database manually | |
| # or the plugin won't work |
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
| ################################# | |
| ### ### | |
| ### Momento Backpacks ### | |
| ### by SainttX ### | |
| ### ### | |
| ################################# | |
| # General settings for the plugin | |
| sql: | |
| host: 'localhost' |
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
| ## Blocks ## | |
| AIR: | |
| 0: Air | |
| STONE: | |
| 0: Stone | |
| GRASS: | |
| 0: Grass | |
| DIRT: | |
| 0: Dirt | |
| 2: Podzol |