Update README.md
This commit is contained in:
parent
0be6fc4f2d
commit
d8e951675f
15
README.md
15
README.md
@ -1,20 +1,13 @@
|
|||||||
DiscoSheep
|
DiscoSheep
|
||||||
==========
|
==========
|
||||||
|
|
||||||
A plugin for [Bukkit](http://bukkit.org/), the Minecraft server API. This is a from-scratch remake of the fabulous [DiscoSheep plugin](http://forums.bukkit.org/threads/inactive-fun-discosheep-v0-3-uninvited-guesssts-permissions-and-source-code-522.7106/) which spawns a dance party of sheep at your whim.
|
A plugin for [Bukkit](http://bukkit.org/), the Minecraft server plugin API. This is a from-scratch remake of the fabulous [DiscoSheep plugin](http://forums.bukkit.org/threads/inactive-fun-discosheep-v0-3-uninvited-guesssts-permissions-and-source-code-522.7106/) which spawns a dance party of sheep at your whim.
|
||||||
|
|
||||||
###DiscoFix###
|
###A note on UUIDs###
|
||||||
An attempt to fix up DiscoSheep. No new big features. A short (non-binding) todo list:
|
|
||||||
* fix NPE for guests
|
|
||||||
* refactor command handling (use sk89q's framework)
|
|
||||||
* fix wifi, bluetooth, GPS (wipe dalvik x333)
|
|
||||||
* you tell me
|
|
||||||
|
|
||||||
##A note on UUIDs##
|
|
||||||
DiscoSheep doesn't store anything after a party and getPlayer(name), and disco-party-on-join is handled by a permissions plugin. Thus, we don't need to worry about the migration to UUIDs.
|
DiscoSheep doesn't store anything after a party and getPlayer(name), and disco-party-on-join is handled by a permissions plugin. Thus, we don't need to worry about the migration to UUIDs.
|
||||||
|
|
||||||
###Versions###
|
###Versions###
|
||||||
Tested up to CraftBukkit build 2918 (RB for 1.6.4 R2.0); can be built with Java 7.
|
Tested up to CraftBukkit build #3092 (MC: 1.7.9); can be built with Java 7.
|
||||||
|
|
||||||
###[BukkitDev](http://dev.bukkit.org/bukkit-plugins/superdiscosheep/)###
|
###[BukkitDev](http://dev.bukkit.org/bukkit-plugins/superdiscosheep/)###
|
||||||
|
|
||||||
@ -22,7 +15,7 @@ Tested up to CraftBukkit build 2918 (RB for 1.6.4 R2.0); can be built with Java
|
|||||||
See BukkitDev, or https://github.com/Gibstick/DiscoSheep/releases
|
See BukkitDev, or https://github.com/Gibstick/DiscoSheep/releases
|
||||||
|
|
||||||
###License###
|
###License###
|
||||||
Copyright (c) 2013 "Gibstick", "RangerMauve"
|
Copyright (c) 2013-2014 "Gibstick", "RangerMauve"
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user