Giter Club home page Giter Club logo

ender-vaults's Introduction

Stack

  • Java C++
  • HTML5 CSS JavaScript Node.js React
  • MySQL MongoDB RedisDB RabbitMQ
  • IntelliJ Visual Studio Code

ender-vaults's People

Contributors

dig avatar lackosk avatar portlek avatar tehawesomestkitteh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ender-vaults's Issues

Update for 1.20.2

Please can you update this plugin so it works on 1.20.2.

Thank you.

Support for 1.18

As of right now the plugin does not work for 1.18, Not actually trying to run a server in 1.18 as a production server but just wanted to see what was broken and what wasn't and this plugin came up in the list and I felt as if I should report it to you as I am sure you are already aware.

1.18.2 Support

Hello, me and my player base love this plugin!

Sadly as the plugin makes use of NMS, it no longer loads (obviously) on 1.18.2.

Please can you update this.

Many thanks

Support for 1.19.3

It has been several weeks since the release of Minecraft version 1.19.3 and Endervaults not compatible with this version.

Can we expect an update in the near future or even a response from you?

Support Opening OfflinePlayer vault

I use endervault since 2020 Aug, It's nice but has a little bit inconvenience.

When I try to investigate some player's endervault. I can't open it if player is offline!

So I suggest to keep open even if player is offline.

Problems with duping item and item loss.

We are utilizing the multi-server feature, with the setting that loads storage data within 10 seconds upon each server change. After depositing an item into the storage within any of the multi-servers, we immediately switch to a different server, retrieve the item from the storage, quickly return to the server where we initially deposited the item, and are able to retrieve it again from the storage. This process results in item duplication, or "duping". When I personally tested this, duplication did not occur, but the storage was cleared. However, some players experience item duplication or storage clearance issues.

Video: https://youtu.be/em8SIhazpso
config.yml: https://hastebin.com/share/siqujorure.yaml

While our players continue to experience item loss, a dupe issue has also emerged. We have been mentioning this in the comments on SpigotMC for a long time, but it seems that it is not being taken into consideration.

I hope you can resolve this issue quickly. Thank you.

Huge Multi-Instance Vault data problem

Hello dear developers,

We have a server with 300+ players. Our Survival gamemode uses 5 different minecraft server instances and they all connected to SQL Vault database. But we have a huge problem with EnderVaults. Somehow, when player quits from the server and joins back after a while, this player's vault glitches and generally clears. I can say that this problem happens a lot. Like A LOT A LOT man. Everyday we receive tickets of cleared vaults, duped inventories with vault plugin.

Some players say it happens after restarts.
Some players say it happens after do server switch between survival and skyblock modes (they both use EnderVaults but different database).
Some players say it happens when server kicks me.

Add Return to Previous Menu support

Allows users to click outside of GUI to return to previous menu.
This will let users go back to Main Vault without the need to close and retype vault commands

icon slot clear bug

If you click icon edit for the first time, it's empty and you can see it from the second time. Is it a bug?

Issue while building

absolutely no code changes
using jdk17.0.6

image

I don't have much experience with gradle, and looked all over internet and nothing

Items disappear after placing them in the vault's GUI.

version: EnderVaults-Bukkit-v1.0.8.jar

Server Version (using /ver): yatopia-ll-b14.jar

Description of Issue: When using /pv gui (number) it opens the vault's GUI menu showing all of the available vaults, and then there are some empty slots left if the player doesn't have access to 27 vaults.
Then in these empty slots you can place items there, and after closing the GUI it will disappear.
It will not be stored in any of the vaults that are available to the player or will reappear in the GUI, it will just get deleted.

Proof: https://youtu.be/-OhRV2-Ya9A

Multi-Version item storage issue

I've been running my server on 1.12.2 and players have many items stored in their vaults. After testing this plugin on 1.18.2, I noticed that the items had some issues. All lore is corrupted and it seems like all items with their material name changed between 1.12 and 1.18 are just deleted.
image

perms

What im wanting to do is make a store where players can buy vaults,
Is there a way to check which vaults a players already has access to and than give them 10 vaults that they do not have owned previously?

unable to migrate new PlayerVaultX datas

there isnt a base64vaults folder in PlayerVaultX anymore
changed to newvaults ?
I have tried to copy it into EnderVaults but it wont converts
[15:52:26 ERROR]: [com.github.dig.endervaults.bukkit.migration.PVXMigrator] [EnderVaults] Error while migrating vault, could not decode vault data. java.io.StreamCorruptedException: invalid stream header: 00000036 at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:963) ~[?:?] at java.io.ObjectInputStream.<init>(ObjectInputStream.java:397) ~[?:?] at org.bukkit.util.io.BukkitObjectInputStream.<init>(BukkitObjectInputStream.java:41) ~[patched_1.17.1.jar:git-Pufferfish-22] at com.github.dig.endervaults.bukkit.migration.PVXMigrator.fromString(PVXMigrator.java:112) ~[EnderVaults-Bukkit-v1.0.18 (1).jar:?] at com.github.dig.endervaults.bukkit.migration.PVXMigrator.migrate(PVXMigrator.java:78) ~[EnderVaults-Bukkit-v1.0.18 (1).jar:?] at com.github.dig.endervaults.bukkit.command.VaultMigrateCommand.onCommand(VaultMigrateCommand.java:42) ~[EnderVaults-Bukkit-v1.0.18 (1).jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.17.1.jar:git-Pufferfish-22] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.17.1.jar:git-Pufferfish-22] at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:869) ~[patched_1.17.1.jar:git-Pufferfish-22] at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchServerCommand(CraftServer.java:832) ~[patched_1.17.1.jar:git-Pufferfish-22] at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:534) ~[patched_1.17.1.jar:git-Pufferfish-22] at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:496) ~[patched_1.17.1.jar:git-Pufferfish-22] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1485) ~[patched_1.17.1.jar:git-Pufferfish-22] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1284) ~[patched_1.17.1.jar:git-Pufferfish-22] at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[patched_1.17.1.jar:git-Pufferfish-22] at java.lang.Thread.run(Thread.java:833) ~[?:?]

Update to 1.19.4

As the title implies please update the plugin to support 1.19.4 as it is no longer working.

Greatly appreciate all of your work and look forward to the update!

Vault data has not been loaded yet, please wait...

Yo I have a big problem, I buy your plugin and put to the plugins folder and restart my server.
And I see this message any time (Vault data has not been loaded yet, please wait...)

Server version: 1.16.5 (git-Paper-788)
Plugin version: 1.0.15, but I try with 1.0.13

Waiting for response...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.