Update 8 - PlaceholderAP, new Mysql Columns, CommandTree, Wiki!
English Description: Ahoy!
- Plugin has been cleaned up and improved internally. Saving resources about 2 to 4 times on average!
- Wiki added! =>
Link - CommandTree and YamlManager added.
- Supported PlaceholderApi. All placeholders in the wiki.
- Added /afkr counttimeperm, and /afkr vacation. Description in wiki
- Supported InterfaceHub as first plugin! But NO use, because IFH is not released yet xD.
- New Mysql columns. To edit these queries enter in the "Sql" tab:
ALTER TABLE `YourPlaywterDataTable` ADD `lasttimecheck` BIGINT NOT NULL DEFAULT '0' AFTER `lastactivity`,
ADD `isonline` TINYINT(1) NOT NULL DEFAULT '0' AFTER `lasttimecheck`, ADD `vacationtime` BIGINT NOT NULL DEFAULT '0' AFTER `isonline`;
ALTER TABLE `YourDateTable` ADD `timestamp_unix` BIGINT NOT NULL DEFAULT '0' AFTER `date`;
- All you have to do is insert your table names and you're done. To be on the safe side, make a backup.
- IF you have old data, there is an extra conversion command! But attention! Best to do this as the only player on the server and only after the end, release the server for players again!
- Supported Metrics
Avan
Deutsche Beschreibung: Ahoi!
- Plugin wurde intern aufgeräumt und verbessert. Durchschnittlich etwa 2 bis 4 mal Resourcen sparend!
- Wiki hinzugefügt! =>
Link - CommandTree und YamlManager hinzugefügt.
- Supported PlaceholderApi. Alle Placeholder im Wiki.
- /afkr counttimeperm, sowie /afkr vacation hinzugefügt. Beschreibung im Wiki
- Unterstützt InterfaceHub als erstes Plugin! Jedoch NOCH unütz, da IFH noch nicht veröffentlich ist xD.
- Neue Mysql Spalten. Zum bearbeiten diese Querys in dem "Sql"-Reiter eingeben:
ALTER TABLE `YourPlaywterDataTable` ADD `lasttimecheck` BIGINT NOT NULL DEFAULT '0' AFTER `lastactivity`,
ADD `isonline` TINYINT(1) NOT NULL DEFAULT '0' AFTER `lasttimecheck`, ADD `vacationtime` BIGINT NOT NULL DEFAULT '0' AFTER `isonline`;
ALTER TABLE `YourDateTable` ADD `timestamp_unix` BIGINT NOT NULL DEFAULT '0' AFTER `datum`;
- Ihr müsst nur eure Tablenamen einfügen und fertig. Zur Sicherheit, ein Backup ziehen.
- FALLS ihr alte daten habt, gibt es extra ein Konvertierungsbefehl! Aber Achtung! Am besten diesen als einzigster Spieler auf dem Server durchführen und erst nach dem Ende, den Server wieder für Spieler freigeben!
- Supportet Metrics