CloudStorage
== Store items in the cloud! ==
FEATURES This plugin provides functionality similar to enderchests and PlayerVaults combined. You can store items in a cloud inventory and add chests to the cloud. You can then access your cloud from any linked chest. Your linked chests will work with hoppers and droppers! =D though not with comparators (sorry :s) Clouds are saved on reload in /Plugins/CloudStorage/Clouds/../..
1.8 version: http://www.spigotmc.org/resources/cloudstorage.3253/
COMMANDS There is only one base command and that's /CloudStorage (or /cst if you like).
Then there are 7 subcommands:
/cst create <cloudname> [playername]
/cst delete <cloudname> [playername]
/cst key <cloudname> [playername]
/cst unlink <unlink>
/cst list [playername]
/cst help [pagenr]
/cst perms
PERMISSIONS
permissions:
cloudstorage.op:
description: Gives access to all the CloudStorage's commands and functionalities.
children:
cloudstorage.create: true
cloudstorage.delete.self: true
cloudstorage.delete.other: true
cloudstorage.view.self: true
cloudstorage.view.other: true
cloudstorage.key.self: true
cloudstorage.key.other: true
cloudstorage.rename.self: true
cloudstorage.rename.other: true
cloudstorage.list.self: true
cloudstorage.list.other: true
cloudstorage.help: true
cloudstorage.perms: true
cloudstorage.openwithkey: true
cloudstorage.default:
description: Gives acces to CloudStorage's not overpowered commands and functionalities.
children:
cloudstorage.create: true
cloudstorage.delete.self: true
cloudstorage.delete.other: false
cloudstorage.view.self: false
cloudstorage.view.other: false
cloudstorage.key.self: true
cloudstorage.key.other: false
cloudstorage.rename.self: false
cloudstorage.rename.other: false
cloudstorage.list.self: true
cloudstorage.list.other: false
cloudstorage.help: true
cloudstorage.perms: false
cloudstorage.openwithkey: true
cloudstorage.create.self:
description: Allows you to create a cloud.
default: true
cloudstorage.create.other:
description: Allows you to create a a cloud for someone else.
default: op
cloudstorage.delete.self:
description: Allows you to delete one of your own clouds.
default: true
cloudstorage.delete.other:
description: Allows you to delete a cloud owned by someone else.
default: op
cloudstorage.list.self:
description: Allows you to see a list of your own clouds.
default: true
cloudstorage.list.other:
description: Allows you to see a list of clouds owned by someone else.
default: op
cloudstorage.rename.self:
description: Allows you to rename one of your own clouds.
default: op
cloudstorage.rename.other:
description: Allows you to rename a cloud owned by someone else.
default: op
cloudstorage.view.self:
description: Allows you to see your own cloudinventories by using the command.
default: op
cloudstorage.view.other:
description: Allows you to see cloudinventories owned by others.
default: op
cloudstorage.key.self:
description: Allows you to obtain keys for one of your own clouds.
default: true
cloudstorage.key.other:
description: Allows you to obtain keys for clouds owned by someone else
default: op
cloudstorage.help:
description: Allows you to read the help pages.
default: true
cloudstorage.perms:
description: Allows you to view a list of this plugin's permissions.
default: op
cloudstorage.openwithkey:
description: Allows you to open a cloud's inventory with the key!
default: true
METRICS
This plugin uses Hidendra's metrics. What data is collected?
The following data is read from the server in some way or another:
File Contents of plugins/Plugin Metrics/config.yml (created if not existent) Players currently online (not max player count) Server version string (the same version string you see in /version) Plugin version of the metrics-supported plugin Mineshafter status - it does not properly propagate Metrics requests however it is a very simple check and does not read the filesystem
The following data is sent to http://mcstats.org:
Metrics revision of the implementing class Server's GUID Players currently online (not max player count) Server version string (the same version string you see in /version) Plugin version of the metrics-supported plugin Any custom data the supporting plugin implements. Currently I am not sending any plugin specific data, like the amount of clouds for examaple. I might do this in the future.
for more information, see: http://bukkit.org/threads/mcstats-plugin-metrics-r7-easy-advanced-plugin-statistics.77352/
What do I intend to do with it? I simply like to see how many servers use the plugin and see how popular it has become (or how unpopular it'll stay :P), If you don't whish to use this feature, you can opt-out by setting metrics to false in the configuration file.
If you whish to donate, you can do so with PayPal https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TVTVZQVC2C6JN
-
View User Profile
-
Send Message
Posted Feb 7, 2015@madtomic
Well this is my first plugin and the test server at my computer is version 1.7.9-r02, so that's why xD. I figured that I compiled this plugin for Java 8, which implies the plugin probably doesn't work on Java 7 servers. I'm not going to 'fix' this since server hosts need to update their Java for the latest performence and security updates.
-
View User Profile
-
Send Message
Posted Jan 24, 2015interesting...
I am assume you meant this is for 1.7.9-r0.2+