Skip to content

Commit

Permalink
Fix block nametag bypass & Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Apr 12, 2018
1 parent 40ba120 commit 0d77553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Long live the enderchests!
- Support for all items (item lore, enchant...) (and unsafe enchantments)
- MySQL/MariaDB Support
- Complete backups management
- Integrations with **Factions, Towny, PlotSquared, Citizens**.
- Integrations with **Factions, FactionsUUID, WorldGuard, PlotSquared, Citizens**.


### Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void run() {

// Check player perms before displaying the hologram
if (!this.dependenciesManager.onBlockChestOpened(b, player))
return;
continue;

int copEcs = this.chestManager.getEnderchestsNbOf(uuid);

Expand Down

0 comments on commit 0d77553

Please sign in to comment.