V-MultiEconomies | Multiple customizable economies [1.8-1.19] icon

V-MultiEconomies | Multiple customizable economies [1.8-1.19] -----

Create economies with custom commands, messages and permissions.




  • MySQL | Now the tables will be created automatically if they haven't been created.
----------, Apr 29, 2023

  • Fixed problem when claiming cheques.
----------, Apr 20, 2023

  • Fixed console error when registering players.
----------, Apr 10, 2023

  • Fixed error when checking the name of premium players with SQLite (Now it should work).
----------, Mar 26, 2023

  • Fixed problem when checking the name of premium players.
----------, Mar 26, 2023

  • Fixed issue when updating data with premium players.
----------, Mar 12, 2023

  • Fixed problem when reloading the plugin.
----------, Mar 7, 2023

  • Added API methods (See Overview for methods).
  • Changed the option to modify the balance of players from online players to registered players in the database. This option only works with add, set, remove and booster (doesn't work with addall, setall,...).
    • If MySQL is used a new column is added, so it is necessary to add column-player in config.yml in each table.
----------, Mar 7, 2023

  • Added MySQL support.
----------, Feb 17, 2023

  • Problem getting the config.yml economies with placeholders.
----------, Feb 9, 2023

  • The data option in the EconomyItem and CheckItem section will function as a durability option for items that are allowed to change durability.
----------, Feb 4, 2023

  • Fixed problem with server crash related to commands.
  • Fixed issue with CPU overconsumption with placeholders.
  • Added unbreakable option (makes items with durability unbreakable).
  • Fixed problem with sending message by right clicking without any item in hand.
  • Fixed problem when registering new economies.
----------, Jan 31, 2023

  • Added time units of measure in config.yml
  • Added monetary units of measurement to placeholder %vmultieconomies_balance_<economy>_formatted% in config.yml.
  • Added item-flags to the economy and cheque item.
ITEM-FLAG ; TRUE/FALSE
- HIDE_ATTRIBUTES;TRUE
- HIDE_DESTROYS;TRUE
- HIDE_ENCHANTS;TRUE
- HIDE_PLACED_ON;TRUE
- HIDE_POTION_EFFECTS;TRUE
- HIDE_UNBREAKABLE;TRUE​
  • Fixed some problems with placeholders
  • Removed placeholder symbol.
  • Fixed bug when giving temporary booster.
  • Fixed problem when claiming cheques.
  • Removed attributes element from ChequeItem and EconomyItem.
  • Modified enchanted item. Now you can change the enchantments and levels (Example: LURE;1 | ENCHANT;LEVEL).
----------, Jan 22, 2023

  • Fixed error when registering player data.
----------, Jan 8, 2023

  • Fixed error with command "vme".
  • Fixed a problem with items external to the plugin when clicking on them.
----------, Jan 3, 2023

  • Fixed bug when manipulating large economies.
  • CPU overconsumption fixed.
  • Fixed some bugs with some commands.
----------, Dec 31, 2022

  • Added the option of multiple economy configurations (Allows to have your economies more organized in the Economies folder).
  • Changed section Item to Items.
  • Added cheques (Creates a physical item with a specified amount of economy) [Command for Players]
This option requires NBT API, make sure you have it installed on your server. Link: https://www.spigotmc.org/resources/nbt-api.7939/

  • Added boosters (Boosters only work with the commands add and addall) [Command for Admins]
  • Added invalid arguments message.
  • Added new placeholders
    • %vmultieconomies_totalboost_<economy>%
    • %vmultieconomies_permboost_<economy>%
    • %vmultieconomies_tempboost_<economy>%
    • %vmultieconomies_tempboost_<economy>_time%
  • Fixed error with message when getting balance of a player.
For players who had the plugin installed:
  • Changed section Item to Items.
    - You need to change it in your economies to avoid mistakes.
  • Added cheques (Creates a physical item with a specified amount of economy) [Command for Players]
- It is necessary to add the item configuration to the Items section.
Code (YAML):
       ChequeItem:
          material
: PAPER
          data
: 0
          ignore-name
: false
          ignore-lore
: false
          name
: '&c&lKran &8| &fCheque'
          lore
:
         - '&r'
          - '&7Amount
: %amount%'
          - '&r'
          - '&cRight-click to claim'
          enchanted
: true
          attributes
: true
- You will have to add the permission for the cheque command in the Permissions section
Code (YAML):
permission-economy-cheque : <permission>
- You need to add the messages of the command to the Messages section
Code (YAML):
       Cheque:
          economy-cheque-incorrect
: '&cUse : / %economy_name% cheque <amount>'
          economy-cheque
: '&c&l %economy_name% &8> &7You created a check of &c%amount%
            &7Krans'
          economy-cheque-claimed
: '&c&l %economy_name% &8> &7You claimed a cheque of
            &c %amount% &7Krans'
          economy-inv-empty
: '&c&l %economy_name% &8> &7You have no space in your inventory.'
  • Added boosters (Boosters only work with the commands add and addall) [Command for Admins]
This option requires NBT API, make sure you have it installed on your server. Link: https://www.spigotmc.org/resources/nbt-api.7939/
- You need to add the messages of the commands to the Messages section
Code (YAML):
       Booster:
          economy-booster-incorrect
: '&cUse : / %economy_name% booster perm/temp'
          economy-boosterall-incorrect
: '&cUse : / %economy_name% boosterall perm/temp'
          economy-booster-perm-incorrect
: '&cUse : / %economy_name% booster perm <name>
            <level>'
          economy-booster-temp-incorrect
: '&cUse : / %economy_name% booster temp <name>
            <level> <time in seconds>'
          economy-boosterall-perm-incorrect
: '&cUse : / %economy_name% boosterall perm
            <level>'
          economy-boosterall-temp-incorrect
: '&cUse : / %economy_name% boosterall temp
            <level> <time in seconds>'
          economy-booster-to-player-temp
: '&c&l %economy_name% &8> &7You received a
            temporal booster of &c %booster% &7for &c%time%&7.'
          economy-booster-to-player-perm
: '&c&l %economy_name% &8> &7You received a
            permanent booster of &c %booster%&7.'
          economy-booster-perm
: '&c&l %economy_name% > &7You activated a permanent
            booster of &c %booster% &7to &c%player%&7.'
          economy-booster-temp
: '&c&l %economy_name% > &7You activated a temporal booster
            of &c %booster% &7for &c%time%&7 to &c%player%&7.'
          economy-boosterall-perm
: '&c&l %economy_name% > &7You activated a permanent
            booster &c %booster% &7to all connected players. '
          economy-boosterall-temp
: '&c&l %economy_name% > &7You activated a permanent
            booster &c %booster% &7to all connected players for &c%time%&7.'
          economy-booster-ended
: '&c&l %economy_name% > &7Your &c%booster% temporary
            booster has finished.'
- You need to add the message to see the booster in the Others section.
Code (YAML):
economy-boost : '&c&l %economy_name% &8> &cYour boost is &7X%booster% &c(Perm X%perm% | Temp X%temp% for %time%)'
- You will have to add the permission for the boosters command in the Permissions section.
Code (YAML):
permission-economy-booster : <permission>
  • Added invalid arguments message (Add it in the message section in Others).
Code (YAML):
economy-invalid-arguments : '&c&l %economy_name% &8> &cThe command has invalid arguments, check it.'
----------, Dec 19, 2022

  • Added the option to hide the attributes of the economy item.
----------, Nov 13, 2022

  • Fixed error when ignoring the name of the economy item.
----------, Nov 12, 2022

  • Bug fixed when claiming economy items.
  • Added ignore-name and ignore-lore options to the EconomyItem section.
----------, Nov 12, 2022

  • Added "ignore" option for messages.
  • Added messages "economy-remove-not-enough" and "economy-remove-not-enough-some-players" for Remove messages.
  • Fixed a problem with the economy item (Items with durability).
  • Fixed a message error when withdrawing items from the economy.
----------, Nov 8, 2022

  • Added "ignore" option for messages.
  • Added messages "economy-remove-not-enough" and "economy-remove-not-enough-some-players" for Remove messages.
  • Fixed a problem with the economy item (Items with durability).
  • Fixed a message error when withdrawing items from the economy.
----------, Nov 8, 2022

Resource Information
Author:
----------
Total Downloads: 1,536
First Release: Sep 17, 2022
Last Update: Apr 29, 2023
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings