TritonDataCenter / minecrab

Minecraft on Joyent's Cloud & Manta on Demand
Other
27 stars 12 forks source link

Want bukkit mod management. #7

Closed nfitch closed 10 years ago

nfitch commented 10 years ago

So that mods can be added with command line tools, then updated versions of the mods are downloaded each time the server is launched.

pborenstein commented 10 years ago

In 38100d3d3d I changed the backup so that only jar files in the top level server directory are ignored. This means that the bukkit plugins are saved from one launch to the next.

I don't know that we want to always pull the latest plugins each time. New plugins aren't always stable or compatible with each other.

We may want to see about command-line management of plugins, but for now, I think having users log in to the server and installing them the old fashioned way is more stable.