By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Simple Virtual storage
version 2.0.1
Approved
Direct Download How to install?
Switch version
1134 Downloads / 5801 Total
6 Reviews
Plugin Description §

StackStorage

Add endless storage that is simple and easy to use
Please check the Feature tab for details.

Warning

Versions prior to 2.0 require data migration
See Migrate-V2 for how to migrate.

Setup

Config

config.yml

# If you are using mysql, choose whether to initialize the function in the DB at server startup
# It is recommended to disable it only when using the same database on multiple servers
# You need to enable this once to load the plugin and initialize the function.
init_func: true

# You can specify the interval to save the cache in seconds
cache_interval: 1

# Checks storage data when the player login
problem_auto_solution: true

sql.yml

database:
  # mysql or sqlite
  type: mysql

    # Edit these settings only if you choose "sqlite".
  sqlite:
    # The file name of the database in the plugin data folder.
  # You can also put an absolute path here.
    file: data.sqlite
  # Edit these settings only if you choose "mysql".
  mysql:
    host: 127.0.0.1
    # Avoid using the "root" user for security reasons.
    username: StackStorage
    password: password
    # Database name
    schema: StackStorage
  # The maximum number of simultaneous SQL queries
  # Recommended: 1 for sqlite, 2 for MySQL. You may want to further increase this value if your MySQL connection is very slow.
  worker-limit: 2

Mysql Setup

CREATE DATABASE StackStorage;
CREATE USER StackStorage IDENTIFIED BY 'password';
GRANT ALL on StackStorage.* to StackStorage;

How to use

You can open the storage at / stackstorage or /st

Admin

You can open someone else's storage with the following command Also, if the player is online, you can also open it with the player's name.

/stackstorage [xuid]

Feature

Use the familiar chest gui that opens the most while playing with Minecraft to get items in and out infinitely Enchantments and durability can also be saved image

If you put more than 64 pieces of one item, only 64 pieces will be displayed in the storage, but the amount currently stored in the storage is written in the item description field. The description field will be automatically deleted when the player puts it in the inventory, so it will not interfere image2

Permission

stackstorage.command.my
Permission to open my storage by command
Default can be used by anyone

stackstorage.command.user
Permission to open all user storage by command
Default can be used by op

StackStorage API

Interface
IStackStorageAPI

Document
https://blog.ree-jp.net/stack-storage-api/

Note

  • Data of versions below 0.1.0 cannot be inherited

Migrate-V2

※Be sure to back up your data before proceeding

Versions prior to 2.0 require data migration
To migrate data type the following command from the server consolestackstorage migrate-v2

What's new §

support 1.20.10

support 5.0

  • Compatible with the latest version
  • Fixed a bug

Fixed proliferation bug

  • add config
  • Fixed crashing in certain situations
  • fix second page cannot be opened
  • support api 4.0.0
  • Improved mysql processing
  • Significant changes inside
  • fix increase bug
  • fix arrow bug

Fixed a bug related to coordinates

  • Fixed proliferation bug
  • Fixed command permission issue
  • Online players can now open by name
  • Enhancement of StackStorage API

Items are now temporarily cached.
You can now save data at high speed even if you are away from the database server.

  • Supports mysql and sqlite
  • Save data asynchronously
  • Change data storage format
  • nbt can also be saved

xtakumatutix
Outdated
using v1.2.1
30 Jan 22
KaptenPanda22
Outdated
using v0.0.7
18 Aug 21
Nice plugin:)
Quit75Gaming
Outdated
using v0.0.5
18 Dec 20
Fuzuto
Outdated
using v0.0.5
18 Aug 20
ZEHNNNN
Outdated
using v0.0.5
02 Jun 20
Good Job Man
twk1024
Outdated
using v0.0.5
06 May 20
Good plugin
Ree-jp
13 May 20
thank you!!!!

Reply to review by :

/ 5
Supported API versions
5.0.0
->
5.16.0
Requirements & Enhancements
MySQL server Enhancement
Producers §
  • Collaborators:
    • @Ree-jp
  • Contributors:
    • @DaisukeDaisuke
License §
Categories:
General
Miscellaneous
API plugins
Permissions
Manage tiles
Database
Other files
Commands
External Internet clients
Custom threading

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...