diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fa44a68..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -target -.gitignore -.idea \ No newline at end of file diff --git a/target/EventCore-1.0-shaded.jar b/target/EventCore-1.0-shaded.jar deleted file mode 100644 index a16e2af..0000000 Binary files a/target/EventCore-1.0-shaded.jar and /dev/null differ diff --git a/target/EventCore-1.0.jar b/target/EventCore-1.0.jar deleted file mode 100644 index a16e2af..0000000 Binary files a/target/EventCore-1.0.jar and /dev/null differ diff --git a/target/classes/config.yml b/target/classes/config.yml deleted file mode 100644 index 7161839..0000000 --- a/target/classes/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -# -------------------------------------------------- -# MongoDB configuration -# -------------------------------------------------- -MONGO: - URI-MODE: false - NORMAL: - HOST: "" - PORT: 27017 - DATABASE: "" - AUTH: - ENABLED: false - USERNAME: "user" - PASSWORD: "pass" - AUTH-DATABASE: "admin" - URI: - CONNECTION-STRING: "" - DATABASE-NAME: "" - -SERVER-IP-ADDRESS: "dev.loganmagnan.com" -PERMISSION-NODES: - CHAT-BYPASS: "eventcore.chat.bypass" \ No newline at end of file diff --git a/target/classes/messages.yml b/target/classes/messages.yml deleted file mode 100644 index ada4984..0000000 --- a/target/classes/messages.yml +++ /dev/null @@ -1,50 +0,0 @@ -MESSAGES: - COMMANDS: - CHAT: # Permission Node - eventcore.command.chat - HELP: - - "%line%" - - "&bChat Commands" - - "%line%" - - "&7⚫ &9/chat &7- &eList of commands" - - "&7⚫ &9/chat manage &7- &eManagement menu" - - "&7⚫ &9/chat toggle &7- &eToggle the chat" - - "&7⚫ &9/chat slow &7- &eSlow the chat" - - "&7⚫ &9/chat clear &7- &eClear the chat" - - "%line%" - SLOW: - INVALID-ARGUMENT: "&cEnter an amount of time to slow the chat for" - INVALID-AMOUNT: "&cEnter a valid amount of time to slow the chat for" - SET-SPAWN: # Permission Node - eventcore.command.setspawn - SPAWN-SET: "&aSet the spawn location" - STAFF-MODE: # Permission Node - eventcore.command.staffmode - ENABLED: "&bYou've &aenabled &bstaff mode" - DISABLED: "&bYou've &cdisabled &bstaff mode" - BYPASS-MODE: # Permission Node - eventcore.command.bypassmode - ENABLED: "&bYou've &aenabled &bbypass mode" - DISABLED: "&bYou've &cdisabled &bbypass mode" - EVENT: # Permission Node - eventcore.command.event - HELP: - - "%line%" - - "&bEvent Commands" - - "%line%" - - "&7⚫ &9/event &7- &eList of commands" - - "&7⚫ &9/event start &7- &eStart the event" - - "&7⚫ &9/event stop &7- &eStop the event" - - "&7⚫ &9/event manage &7- &eManagement menu" - - "%line%" - LISTENERS: - CHAT-MUTED: "&cChat is muted" - CHAT-COOLDOWN: - - "" - - "&c&lChat Cooldown" - - "&cYou're on a chat cooldown for &c&l%time%" - - "" - CHAT-MANAGEMENT: - MUTED: "&cChat has been muted by &c&l%player%" - UNMUTED: "&aChat has been unmuted by &a&l%player%" - SLOWED: "&cChat has been slowed for &c&l%amount% by &c&l%player%" - CLEARED: "&cChat has been cleared by &c&l%player%" - STAFF-MANAGEMENT: - VANISH: - ENABLED: "&bYou've &aenabled &bvanish" - DISABLED: "&bYou've &cdisabled &bvanish" \ No newline at end of file diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index 89196d5..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: EventCore -author: Trixkz -version: 1.0 -api-version: 1.13 -main: com.loganmagnan.eventcore.EventCore \ No newline at end of file diff --git a/target/original-EventCore-1.0.jar b/target/original-EventCore-1.0.jar deleted file mode 100644 index 712b557..0000000 Binary files a/target/original-EventCore-1.0.jar and /dev/null differ