Build 8c changelog:
Fix: Removed some forgotten debug messages when using commands, sorry for any inconvenience.
Build 8b changelog: (optional update)
Fix: Fixed an issue that would mess up taxing for opped users.
Build 8 changelog (config additions required):
Addition: Added permission-based taxing (dsw.tax.<value>).
For more information regarding how this system works please refer to the Q&A section of the resource.
Configuration Additions:
Code:# Note: decideFor can be MAX or MIN. This option is here in order for tax to work well with group/perm inheritance. # Note: MAX = Grab the highest tax (works for when higher ranks [ranks that inherit lower ranks perms] have a higher tax rate) # Note: MIN = Grab the lowest tax (works for when higher ranks [ranks that inherit lower ranks perms] have a lower tax rate) # Note: To apply taxes just add "dsw.tax.<integer value>", for example a user with "dsw.tax.10" will have a 10% tax rate on every sale. tax: decideFor: MIN
Build 7 changelog (config.yml additions at the bottom):
Addition: Added support for EliteMasks.
config.yml additions:
Code:hooks: # Note: Whether or not DeluxeSellwands should hook into EliteMasks and add sellboosters elitemasks: enabled: true
Build 6b changelog: (config.yml additions required)
Addition: Permission to use sellwands (dsw.use).
Config additions (make sure not to overwrite existing settings):
Code:actionbarMessages: noUsePermission: '&4&lERROR &7» &fYou do not have permission to use sellwands!'Code:messages: noUsePermission: - '&eDeluxeSellwands &f» &fYou do not have permission to use sellwands!'
Build 5 changelog:
Addition: Added support for Towny, sellwands can now only be used if towns if the player can build in them.
