Skip to content

Commit

Permalink
Simplify addon:
Browse files Browse the repository at this point in the history
- Remove database handling.
- Move Offline and Payment values to the new BentoBox MetaData API.
  • Loading branch information
BONNe committed Jan 3, 2021
1 parent d3ba145 commit e527877
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 407 deletions.
4 changes: 0 additions & 4 deletions src/main/java/world/bentobox/visit/VisitAddon.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import world.bentobox.visit.commands.admin.VisitAdminCommand;
import world.bentobox.visit.commands.player.VisitPlayerCommand;
import world.bentobox.visit.configs.Settings;
import world.bentobox.visit.listeners.IslandEventsListener;
import world.bentobox.visit.managers.VisitAddonManager;


Expand Down Expand Up @@ -140,9 +139,6 @@ public void onEnable()
this.registerFlag(ALLOW_VISITS_FLAG);
this.registerFlag(VISIT_CONFIG_PERMISSION);

// Add listener.
this.registerListener(new IslandEventsListener(this));

INSTANCE = this;
}

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e527877

Please sign in to comment.