diff --git a/HolographicDisplays/API/com/gmail/filoghost/holographicdisplays/api/HologramsAPI.java b/HolographicDisplays/API/com/gmail/filoghost/holographicdisplays/api/HologramsAPI.java index 41c09196..c472ae46 100644 --- a/HolographicDisplays/API/com/gmail/filoghost/holographicdisplays/api/HologramsAPI.java +++ b/HolographicDisplays/API/com/gmail/filoghost/holographicdisplays/api/HologramsAPI.java @@ -32,7 +32,8 @@ public class HologramsAPI { * Finds all the holograms created by a given plugin. * * @param plugin the plugin to search for in holograms - * @return the holograms created by a plugin + * @return the holograms created by a plugin. the Collection is a copy + * and modifying it has no effect on the holograms. */ public static Collection getHolograms(Plugin plugin) { return BackendAPI.getHolograms(plugin); diff --git a/HolographicDisplays/plugin.yml b/HolographicDisplays/plugin.yml index dd3385f6..7f01aaaa 100644 --- a/HolographicDisplays/plugin.yml +++ b/HolographicDisplays/plugin.yml @@ -1,6 +1,6 @@ name: HolographicDisplays main: com.gmail.filoghost.holographicdisplays.HolographicDisplays -version: 2.0.1 +version: 2.0.2 softdepend: [Multiverse-Core, MultiWorld, My Worlds, My_Worlds, ProtocolLib]