VirtualPack
VirtualPack
[ Configuration ] [ Commands & Permissions ] [ Download ] [ Source ]
With this plugin, players can buy and use a workbench, an enchantment table, chests, furnaces, brewing stands and a bunch of other tools. Completely virtually. Accessible by chat commands.
Required dependencies: Vault, WorldEdit.
Optional dependencies: ProtocolLib (see Configuration/Materializer)
Notice
According to the Bukkit rules, I have to make you aware of:
Quote:This plugin uses the Curse API to check for updates automatically.
To disable update checking, set 'check-update' to 'false' in 'plugins/VirtualPack/config.yml'.
Features
User-side features:
- Chat-based access to the features of those blocks:
- Workbench
- Anvil
- Enchantment Table
- Chest
- Furnace
- Brewing Stand
- Enderchest
- Workbench
- An Uncrafter (Opposite of Workbench)
- A Materializer (Convert item stacks into others)
- A Trash
- Sending items between players
- Statistics and info pages for everything
- Access via Signs
Admin-side (configurable) features:
- Multiverse support
- Completely configurable commands
- Cooldowns on commands
- Admin access to all users' packs (in full and read-only modes)
- Optional economy integration
- StackableItems support
- Update notification
- MySQL support (data is automatically converted when switching from file)
- Importing (converting) data from:
- AlphaChest
- Backpack
- ChestKeeper
- PlayerVaults
- VirtualChest
- AlphaChest
To Do
- Fix the lags
- Fix all the bugs
- Rewrite the whole plugin
- Cross-server functionality
- Custom smelt/brewing recipes/fuel
- Bind tools to blocks/items
Installation
- Download the VirtualPack.jar and place in in you plugins folder.
- Install Vault the same way.
- Install WorldEdit. If you don't want to install it as a plugin, simply place the jar in plugins/VirtualPack. (I need WorldEdit because of the utilities that are bundled with it, and I need those to register the commands.)
- Install a Vault-compatible permissions plugin (see the Vault project page).
- Now either install a Vault-compatible economy plugin or set the "economy" value in the VirtualPack config to "false".
- Install ProtocolLib if you need it.
- Start your server.
- Maybe read the configuration page.
- Have fun.
Importing other plugins' saves
Supported plugins:
- AlphaChest
- Backpack
- ChestKeeper
- PlayerVaults
- VirtualChest
[ Instructions ]
Dev Builds
Quote:Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk!
[ Dev Builds ]
Donation
Is of course always appreciated. :)
I also keep a list of all donations.
STOP STOP STOP STOP STOP STOP STOP
Alright people, it's too much. Do NOT ask me to:
- Change /v because it is used by vanish already. Change it yourself in the config.
- Update the plugin to a new Minecraft version. I'll do it as soon as possible anyway.
If you do one of the above, you don't deserve to talk to me and I won't do anything else than sending you this video.
@Siguza
Amazing, thanks.
@Affixes
Noted, thanks for reporting. I should have a fix out in <24h.
Hi,
There seems to be a bug with the uncrafter. Even though an item is blacklisted, they can still be added to /uc by using the hover + number key feature.
(eg. When a player hovers over slot 1 in the uncrafter, and presses "9" on his keyboard, which will move the item in slot 9 to the uncrafter, bypassing the blacklist)
@LDGeneralX
2.8.5 pending review now.
Needs update to 1.9.4
@Siguza
Thank(s for your repply i have idea to do : Add command to use item to open crafttable / furnace... But command remember ItemID/DataTags /Lore and...
@tutur1004
I assume you're talking about the uncrafter? I just briefly checked RecipeManager's source, and it seems to be using Bukkit's addRecipe(), which should work with VPack.
Plugin RecipeManager Work ? Or it's only vanilla crafts ?
@ShankTankOP
I won't bring new features to v2, but I'll add it to the list of things for v3.
Could you add an option to change how fast the furnaces smelt? Or have it where you could upgrade your virtual furnaces to smelt faster.
@elpedriyo
At the very bottom of every uploaded file's description, there is a "Known caveats" section that lists known bugs (I try to fix everything critical).
And currently the only "lags" it produces can be increased server startup and/or shutdown time, if you have a very high number of players using the plugin.
And you cannot change chest size based on permissions, but based on user group. Have a look at the group config.
can I limit the size of the chest with permissions? for different ranks
To Do
Fix the lags Fix all the bugs Rewrite the whole plugin Cross-server functionality Custom smelt/brewing recipes/fuel Bind tools to blocks/items
What types of lagg does the plugin gives? and what types of bugs it has? This are critical things?
@elpedriyo
Sorry, what? Are you talking about MC 1.8 support? If so, see dev builds.
Could you continue with the v1.8?
Thanks for the update!
<<reply 2765309="">>
Noted, thanks for reporting. I'll try to get it fixed this weekend.
Issue with the last build : In the portable anvil, when you put a tool in the first slot and an enchanted book in the second slot, the output is the tool but not with the enchant. If you take it, the book is lost as well as the XP. Last build of Spigot, and "regular" anvils are working.
@Siguza
Already negate vpack.use.anvi.free and made sure that the user hadn't the permissions you listed.
@meytroCURSE
I cannot reproduce this.
I'm pretty sure this is a permissions issue.
'vpack.all' includes 'vpack.use.anvil.free', so depending on your permissions plugin, if you have either 'vpack.all' or '*' (every permission ever) set, you might have to negate 'vpack.use.anvil.free' earlier in your permissions file or database.
Also, try querying your permissions plugin to see if you have the 'vpack.use.anvil.free' permission.