Skip to content

Commit

Permalink
Release v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed May 1, 2017
1 parent e7bca90 commit c134eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
//Project details
description "All you need to set up a server and more!"
group "bammerbom"
version "3.0.10-SNAPSHOT"
version "3.0.10"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public void onInit(GameInitializationEvent event) {
UltimateCore.get().getCommandService().register(new RandomTeleportCommand());
UltimateCore.get().getCommandService().register(new BiomeTeleportCommand());
UltimateCore.get().getCommandService().register(new TopCommand());

new TeleportPermissions();
}

@Override
Expand Down

0 comments on commit c134eeb

Please sign in to comment.