Adds the target folder back to .gitignore just in case.

This commit is contained in:
Tom Hicks
2025-07-14 01:33:50 -07:00
parent 7927ef83e3
commit bc8d6b9529
2 changed files with 2 additions and 4 deletions

View File

@@ -23,8 +23,6 @@ public class ScoreKeeperPlugin extends JavaPlugin {
@Override
public void onEnable() {
//PluginManager pm = getServer().getPluginManager();
//pm.registerEvent(Event.Type.BLOCK_PHYSICS, new BlockListener(){}, Priority.Normal, this);
getCommand("score-get").setExecutor(new ScoreGetCommand(this));
getCommand("score-add").setExecutor(new ScoreAddCommand(this));
getCommand("score-subtract").setExecutor(new ScoreSubtractCommand(this));