Skip to content

Commit

Permalink
bump 0.1.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal authored Apr 3, 2022
1 parent 9d257a1 commit ed4322e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.1.0'
version '0.1.1'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public final class NoPluginsCommand extends JavaPlugin implements Listener {

private static final Set<String> COMMANDS = new HashSet<>(Arrays.asList("?", "pl", "about", "version", "ver", "plugins", "bukkit:?", "bukkit:pl", "bukkit:about", "bukkit:version", "bukkit:ver", "bukkit:plugins", "minecraft:pl", "minecraft:plugins", "minecraft:about", "minecraft:version", "minecraft:ver"));
private static final Set<String> COMMANDS = new HashSet<>(Arrays.asList("?", "pl", "about", "version", "ver", "plugins", "bukkit:?", "bukkit:pl", "bukkit:about", "bukkit:version", "bukkit:ver", "bukkit:plugins", "minecraft:pl", "minecraft:plugins", "minecraft:about", "minecraft:version", "minecraft:ver", "icanhasbukkit"));
private static final Set<String> NO_AUTO_COMPLETE = new HashSet<>(COMMANDS); // or Arrays.asList("command", "command2");

@Override
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
main: net.simplyvanilla.nopluginscommand.NoPluginsCommand
name: NoPluginsCommand
main: net.simplyvanilla.nopluginscommand.NoPluginsCommand

version: @version@
author: SimplyVanilla
description: Hard-disable commands for Anarchy Servers.
website: https://github.com/SimplyVanilla/NoPluginsCommand

api-version: 1.18

0 comments on commit ed4322e

Please sign in to comment.