OpenWallet - Economy Plugin icon

OpenWallet - Economy Plugin -----

Brand new economy plugin for your server



[​IMG]

OpenWallet
Brand new economy plugin for your server
Don't know how to start? Just check our wiki page!

Join our NEW Discord Server!

Features:
  • YAML Configuration
  • Fully customizable and unlimited shops
  • Simple management panel (for admins)
  • Admin commands
  • All messages can be translated
  • Confirmation menu
  • Option to make only once-buy items
  • SQLite and MySQL database support
  • Balance command for players
  • Vault and PlaceholderAPI hook
  • Custom aliases for plugin commands

Commands and Permissions:


You can see all commands and permissions

on the github wiki

PlaceholderAPI variables:
%wallet_balance% - returns player balance


Configuration:
Code (YAML):
# Configuration file version (don't change manually)
config-version
: 2

# Database configuration
database-settings
:
  # Type of database (MySQL/SQLite)
  # Default: SQLite
  type
: SQLite
  # Host IP address (use 127.0.0.1 for local)
  # Default: 127.0.0.1
  host
: 127.0.0.1
  # Port of database
  # Default: 3306
  port
: 3306
  # Name of database user
  # Default: minecraft
  user
: minecraft
  # Password of database user
  # Default:
  password
: ''
  # Name of database
  # Default: wallet_plugin
  database
: wallet_plugin

# Default player balance on first join
# Default: 20.0
start-balance
: 20.0

# Whether PlaceholderAPI hook should be enabled
# Default: true
hook-placeholder-api
: true

# Whether GadgetsMenu hook should be enabled
# Default: false
hook-gadgets-menu
: false

# Whether OpenWallet should override Vault economy
# Default: false
hook-vault-api
: false

# Whether save task should run after plugin enable
# This is useful in situations like crashes etc.
# If you have this option disabled - player data like their balance
# will only save in certain situations
# Default: true
auto-data-save
: true

# Configuration for commands aliases
commands-aliases
:
  # Admin command
  wallet-admin
:
    command
: 'wadmin'
    aliases
:
     - 'walletadmin'
      - 'wa'
  # Balance command
  wallet
:
    command
: 'wallet'
    aliases
:
     - 'balance'
      - 'openwallet'
  # Shop command
  shop
:
    command
: 'shop'
    aliases
:
     - 'shops'
      - 'walletshop'
      - 'store'
You can see messages.yml and other configurations here!

Screenshots:
[​IMG]

[​IMG]

[​IMG]

[​IMG]

[​IMG]

[​IMG]

Links:
[​IMG]
Resource Information
Author:
----------
Total Downloads: 411
First Release: Feb 4, 2023
Last Update: Feb 12, 2023
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings