diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2018-03-21 20:52:28 +0000 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2018-03-21 20:52:28 +0000 |
commit | f6692f60908b57efc4defb43573dc12c5b1846b8 (patch) | |
tree | 7cfa8280bdafc534b470e1ee89744861b89f9f05 /out/production | |
download | PrimalMC-master.tar.gz PrimalMC-master.tar.bz2 PrimalMC-master.zip |
Diffstat (limited to 'out/production')
21 files changed, 48 insertions, 0 deletions
diff --git a/out/production/PrimalMC/Main.iml b/out/production/PrimalMC/Main.iml new file mode 100644 index 0000000..52b9b8c --- /dev/null +++ b/out/production/PrimalMC/Main.iml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> + <output url="file://$MODULE_DIR$/target/classes" /> + <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$USER_HOME$/Dr/Server/HCF/spigot.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/Desktop/Server/HCF/spigot.jar!/" /> + </SOURCES> + </library> + </orderEntry> + </component> +</module> \ No newline at end of file diff --git a/out/production/PrimalMC/com/baitinq/primalmc/Main.class b/out/production/PrimalMC/com/baitinq/primalmc/Main.class new file mode 100644 index 0000000..acdda99 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/Main.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/Scoreboard/Scoreboard.class b/out/production/PrimalMC/com/baitinq/primalmc/Scoreboard/Scoreboard.class new file mode 100644 index 0000000..b6268e2 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/Scoreboard/Scoreboard.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/BaitinqCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/BaitinqCommand.class new file mode 100644 index 0000000..07194e7 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/BaitinqCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/DiscordCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/DiscordCommand.class new file mode 100644 index 0000000..9b6249c --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/DiscordCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/StaffCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/StaffCommand.class new file mode 100644 index 0000000..3250e4c --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/StaffCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/StoreCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/StoreCommand.class new file mode 100644 index 0000000..3198421 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/StoreCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/TeamspeakCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/TeamspeakCommand.class new file mode 100644 index 0000000..d8bf29d --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/TeamspeakCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/VanishCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/VanishCommand.class new file mode 100644 index 0000000..c116d6c --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/VanishCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/commands/WebsiteCommand.class b/out/production/PrimalMC/com/baitinq/primalmc/commands/WebsiteCommand.class new file mode 100644 index 0000000..61f80f1 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/commands/WebsiteCommand.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/events/FirstLogin.class b/out/production/PrimalMC/com/baitinq/primalmc/events/FirstLogin.class new file mode 100644 index 0000000..25096cd --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/events/FirstLogin.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/events/HubEvents.class b/out/production/PrimalMC/com/baitinq/primalmc/events/HubEvents.class new file mode 100644 index 0000000..d477604 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/events/HubEvents.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/events/PlayerJoin.class b/out/production/PrimalMC/com/baitinq/primalmc/events/PlayerJoin.class new file mode 100644 index 0000000..7133a3c --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/events/PlayerJoin.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/events/StaffEvents/Events.class b/out/production/PrimalMC/com/baitinq/primalmc/events/StaffEvents/Events.class new file mode 100644 index 0000000..58f8113 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/events/StaffEvents/Events.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/events/StaffJoin.class b/out/production/PrimalMC/com/baitinq/primalmc/events/StaffJoin.class new file mode 100644 index 0000000..c4badd7 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/events/StaffJoin.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/inventories/StaffInventory.class b/out/production/PrimalMC/com/baitinq/primalmc/inventories/StaffInventory.class new file mode 100644 index 0000000..c524d79 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/inventories/StaffInventory.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/utils/ChatUtils.class b/out/production/PrimalMC/com/baitinq/primalmc/utils/ChatUtils.class new file mode 100644 index 0000000..bc5d9a9 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/utils/ChatUtils.class Binary files differdiff --git a/out/production/PrimalMC/com/baitinq/primalmc/utils/ConfigurationManager.class b/out/production/PrimalMC/com/baitinq/primalmc/utils/ConfigurationManager.class new file mode 100644 index 0000000..d519e83 --- /dev/null +++ b/out/production/PrimalMC/com/baitinq/primalmc/utils/ConfigurationManager.class Binary files differdiff --git a/out/production/PrimalMC/config.yml b/out/production/PrimalMC/config.yml new file mode 100644 index 0000000..6be211a --- /dev/null +++ b/out/production/PrimalMC/config.yml @@ -0,0 +1,3 @@ +PrimalVersion: 1.0 +hub: false +doublejump: false \ No newline at end of file diff --git a/out/production/PrimalMC/players.yml b/out/production/PrimalMC/players.yml new file mode 100644 index 0000000..238c7ea --- /dev/null +++ b/out/production/PrimalMC/players.yml @@ -0,0 +1 @@ +players: \ No newline at end of file diff --git a/out/production/PrimalMC/plugin.yml b/out/production/PrimalMC/plugin.yml new file mode 100644 index 0000000..32e9660 --- /dev/null +++ b/out/production/PrimalMC/plugin.yml @@ -0,0 +1,21 @@ +name: PrimalMC +version: 0.1-Alpha +author: Baitinq +main: com.baitinq.primalmc.Main +description: PrimalMC Network Core Plugin. +load: STARTUP +commands: + staff: + aliases: [mod, primalstaff] + vanish: + aliases: [v] + alert: + aliases: [broadcast, primalalert] + teamspeak: + aliases: [ts, primalts, primalteamspeak] + discord: + aliases: [disc, pdisc, primaldiscord] + website: + aliases: [website, www, primalwebsite, pwebsite, pwww, web, pweb] + store: + aliases: [primalstore, pstore] |