AsyncWorldEdit Premium Plugin
Links
Plugin Home Page | https://www.spigotmc.org/resources/asyncworldedit.327/ |
Plugin Source Code | https://github.com/SBPrime/AsyncWorldEdit/ |
Plugin Author | SBPrime (Please thank them for their efforts here!) |
UniversalCraft Production Use | All Paper Servers (version 3.9.4, installed 12 Mar 2022) |
UniversalCraft Test Use | All Paper Servers (version 3.9.4, installed 12 Mar 2022) |
Introduction
This plugin is installed on all UniversalCraft Paper servers. We paid $7 to the author of this plugin to purchase a license to use the premium version.
This crucially important plugin makes WorldEdit commands multi-threaded so that updates to large numbers of blocks do not lockup or crash the various UniversalCraft game servers. Without AsyncWorldEdit, we simply would not be able to offer the use of WorldEdit to players.
Commands
The plugin does not provide any additional commands of its own.
Configuration
config.yml
Decrease the frequency of block placement progress messages:
awe:
rendering:
talk-interval: 1000
Increase the maximum number of jobs a player can run concurrently:
awe: permissionGroups: default: maxJobs: 3
Increase the maximum size of the player block queue:
awe:
permissionGroups:
default:
queue:
limit-hard: 5000000