ServerTools
servertools.info
Website:ServerTools is a mod for Minecraft that gives server administrators powerful tools to manage their server.
Members
- matthewprenger (Owner/Project Lead)
Modules
ServerTools has a few modules that can also be installed for additional features.
Module | Description |
---|---|
Backup | Adds the ability to perform server backups on demand and automatically |
Permission | Adds a powerful permission system to separate users into groups |
Teleport | Adds a variety of ways to teleport around the server |
Developing
If you forked this repository and want to help contribute, follow the following steps:
- Clone the repo to a folder on your computer.
- Open a terminal/command window in the root folder of the repo.
- Type:
gradlew setupDecompWorkspace
and hit ENTER.
Intellij Idea
- Choose Import Project, and select the
build.gradle
file. - Click OK on the gradle project window.
Eclipse
- In the same terminal as before, type:
gradlew eclipse
. - Import the repo folder as an eclipse project.
Building the Mod
If for whatever reason you want to build your own copy of the mod, you can! ServerTools leverages the power of Gradle to make building easy. Follow the following steps to build your copy of ServerTools:
- Clone or download this repo to your computer.
- Open a terminal/command window in the root folder of the repo.
- Type:
gradlew setupCIWorkspace build
or on Windows:gradlew.bat setupCIWorkspace build
, and hit ENTER. - Your jar will output to
PROJECTDIR/build/libs/
.
License
Copyright 2014 ServerTools Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use software except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.