- Small PlayerMoveEvent Fix
- Attention by /warpsetpostteleportexecutingcommand is a replacer error. Please bear with it ^^. Is in a comming update fixed.
ALTER TABLE `btmPortals` ADD `soundcategory` TEXT NOT NULL AFTER `sound`;
ALTER TABLE `btmPortals` ADD `postteleportexecutingcommand` TEXT NULL DEFAULT NULL AFTER `accessdenialmessage`, ADD `postteleportexecutercommand` TEXT NOT NULL AFTER `postteleportexecutingcommand`;
UPDATE `btmPortals` SET `soundcategory`='AMBIENT',`postteleportexecutercommand`='PLAYER' WHERE 1
ALTER TABLE `btmWarps` ADD `postteleportexecutingcommand` TEXT NULL DEFAULT NULL AFTER `portalaccess`, ADD `postteleportexecutercommand` TEXT NOT NULL AFTER `postteleportexecutingcommand`;
UPDATE `btmWarps` SET `postteleportexecutercommand`='PLAYER' WHERE 1