-
Mysql change: ALTER TABLE `mpcpmail` ADD `reading_date` BIGINT(20) NOT NULL DEFAULT '0' AFTER `sending_date`;
ALTER TABLE `mpcemail` ADD `reading_date` BIGINT(20) NOT NULL DEFAULT '0' AFTER `sending_date`;
- PMail and Parcel can now be accepted by NPCs. Which NPCs these are is defined via the config path 'PostmanNPC'.
- Config path can specify which items are forbidden to be sent.
- Emails that have not been read are now displayed in different colors in /email as already read.
- Config path can now specify when the server restarts. During this time, no PMail & Parcel can be sent.
- PMail & Parcel items now have a lore.
- Join message extended to PMail & Parcel if no MailBox exists and has permission for the commands.
- MailBox now has a dismantle protection. Bypass permission added for this.
Avan
Deutsche Beschreibung: Ahoi!
-
Mysql Änderung: ALTER TABLE `mpcpmail` ADD `reading_date` BIGINT(20) NOT NULL DEFAULT '0' AFTER `sending_date`;
ALTER TABLE `mpcemail` ADD `reading_date` BIGINT(20) NOT NULL DEFAULT '0' AFTER `sending_date`;
- PMail und Parcel können nun von NPC angenommen werden. Welche NPC das sind, wird über den Config Pfad 'PostmanNPC' festgelegt.
- Config Pfad kann angeben, welche Items verboten sind zu verschicken.
- Email welche nicht gelesen sind, werden bei /email nun verschieden farbig angezeigt, als schon gelesen werden.
- Config Pfad kann nun angeben, wann der Serverrestartet. In dieser Zeit, kann keine PMail & Parcel verschickt werden.
- PMail & Parcel Items haben nun eine Lore.
- Join Nachricht erweitert um PMail & Parcel, wenn keine MailBox existiert und für die Befehle die Permission hat.
- MailBox hat nun eine Abbauprotection. Bypass Permission dafür hinzugefügt.