Skip to main content

Commands & Permissions

Commandsโ€‹

๐Ÿ“‹ /deluxesellwands, /deluxesellwand, /dsw

  • /dsw sellwand [user] [type] [amount] [multiplier] [uses] <-s> - Give a sellwand to a user.

    • [user] argument must be an online player or "@a".
    • [type] argument must be a valid sellwand type.
    • [amount] argument must be a positive integer.
    • [multiplier] argument must be a positive double.
    • [uses] argument must be a positive integer or "infinite" (for infinite uses).
    • <-s> argument is optional and if used it will silently give the item to the user.
    • Example: /dsw sellwand N0RSKA default 1 1.0 100 -s will silently give the user N0RSKA, 1 (one) default sellwand with a multiplier of 1.0 and 100 uses.
  • /dsw charger [user] [type] [amount] [uses] <-s> - Give a sellwand charger to a user.

    • [user] argument must be an online player or "@a".
    • [type] argument must be a a valid charger type.
    • [amount] argument must be a positive integer.
    • [uses] argument must be a positive integer.
    • <-s> argument is optional and if used it will silently give the item to the user.
    • Example: /dsw charger N0RSKA default 1 100 -s will silently give the user N0RSKA, 1 (one) default charger that will restore 100 uses when used.
  • /dsw discharger [user] [type] [amount] <-s> - Give a sellwand discharger to a user.

    • [user] argument must be an online player or "@a".
    • [type] argument must be a a valid discharger type.
    • [amount] argument must be a positive integer.
    • <-s> argument is optional and if used it will silently give the sellwand to the user.
    • Example: /dsw discharger N0RSKA default 1 -s will silently give the user N0RSKA, 1 (one) default discharger.
  • /dsw tokens [action] [user] [amount] <-s> - Modify tokens (for enchantments) for a user.

    • [action] argument must be one of the following: set, add, take, check.
    • [user] argument must be a an online player or a player that has been on your server before.
    • [amount] argument must be a positive integer.
    • <-s> argument is optional and if used it will silently execute your action.
    • Example: /dsw tokens add N0RSKA 50 will give the user N0RSKA 50 (fifty) tokens.
  • /dsw search [keyword] - Searches log files for the provided keyword. A new file will be generated with all of the found items.

  • /dsw reload - Reload the plugin configuration.

  • /dsw version - View the plugin's version/if updates are available.

  • /dsw debuginfo - View debug information.

Admin Permissionsโ€‹

  • dsw.admin - Access to admin menu/tab-completion.
  • dsw.admin.sellwand - Access to sellwand command.
  • dsw.admin.charger - Access to charger command.
  • dsw.admin.discharger - Access to discharger command.
  • dsw.admin.reload - Access to reload command.
  • dsw.admin.version - Access to version command.
  • dsw.admin.debuginfo - Access to debuginfo command.
  • dsw.admin.search - Access to search command
  • dsw.admin.tokens - Access to tokens commands.
  • dsw.admin.tokens.set - Access to tokens set command.
  • dsw.admin.tokens.add - Access to tokens add command.
  • dsw.admin.tokens.take - Access to tokens take command.
  • dsw.admin.tokens.check - Access to tokens check command.

User Permissions - Usageโ€‹

  • dsw.user.use.sellwand - Access to use sellwands.
  • dsw.user.use.inspect - Access to use inspection with sellwands.
  • dsw.user.use.charger - Access to use chargers.
  • dsw.user.use.discharger - Access to use dischargers.
  • dsw.user.use.sell.hand - Access to sell hand command.
  • dsw.user.use.sell.handall - Access to sell handall command.
  • dsw.user.use.sell.inventory - Access to sell inventory command.

User Permissions - Enchantmentsโ€‹

  • dsw.user.use.enchantments - Access to open enchantments menu.
  • dsw.user.use.tokens - Access to use tokens commands.
  • dsw.user.use.tokens.balance - Access to use tokens balance command (if enabled).
  • dsw.user.use.tokens.send - Access to use tokens send command (if enabled).

User Permissions - Togglesโ€‹

  • dsw.user.toggle.holograms - Access to toggle holograms.
  • dsw.user.toggle.sellconfirm - Access to toggle sell confirmation.
  • dsw.user.toggle.dropconfirm - Access to toggle drop confirmation.

User Permissions - Cooldown Bypassโ€‹

  • dsw.user.cooldowns.toggle.holograms - Bypass cooldown to toggle holograms.
  • dsw.user.cooldowns.toggle.sellconfirm - Bypass cooldown to toggle sell confirmation.
  • dsw.user.cooldowns.toggle.dropconfirm - Bypass cooldown to toggle drop confirmation.
  • dsw.user.cooldowns.use.sellwand - Bypass cooldown to use sellwands.
  • dsw.user.cooldowns.use.inspect - Bypass cooldown to use inspection with sellwands.
  • dsw.user.cooldowns.sell.hand - Bypass cooldown to use sell hand command.
  • dsw.user.cooldowns.sell.handall - Bypass cooldown to use sell handall command.
  • dsw.user.cooldowns.sell.inventory - Bypass cooldown to use sell inventory command.

User Permissions - Taxingโ€‹

  • dsw.tax.<integer> - Set tax percentage for a user.

    • <integer> argument must be a positive integer and is a percentage.
    • Example: A user with dsw.tax.10 will get taxed 10% of each sellwand sale.