Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

maxammann/SimpleClans2

Repository files navigation

SimpleClans2

SimpleClansLogo

The ability to simplify means to eliminate the unnecessary so that the necessary may speak.

Hans Hofmann

SimpleClans was borne out of the need for a self-sustaining drop-and-go system that could be easy to picked up by new players and required minimal attention from server staff. The system has been running over at the SacredLabyrinth where it has been enjoyed and refined by its community. I present it now for public consumption, enjoy.

Phaed

Yep, and I took this over and delveloping now the second version of SimpleClans.

Max

Compilation

Currently Maven 3 is being used to compile SimpleClans.

  • Install Maven 3
  • Clone this repo and execute: mvn clean install

Known bugs and solutions

  • If you get this message:
    • "Failed at inserting clan because it already exists! Please follow the instructions on the jenkins page or on the devbukkit page else your data may get corrupted!"
    1. Exectue the command: /sc save
    2. Exectue the command: /sc copy sqlite SimpleClans2_tmp.db
    3. Copy SimpleClans2_tmp.db from your server's root to plugins/SimpleClans2/SimpleClans2.db (Replace or move an old db if there is one)
    4. Stop the server
    5. !Backup your mysql database! and drop the tables with the prefix sc2_. (For example in phpmyadmin)
    6. Change the settings from mysql to sqlite in the config and start the server (The server should start now and all data should be there!)
    7. Execute /sc copy mysql [host] [db] [user] [pw]
    8. Stop the server again, change settings to mysql and start the server again!

Links

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages