TeamPlugin
- Unlike factions - LESS config !
- NO other plugins needed (still compatible with many bukkit plugins)
- Team members can not hit other team members.
- Vaults for teams :)
- Economy support (essentials economy) Use commands "/team scp" and "/team scj" to set the the price of creating and joining a team respectively.
- A shop. (/team shop) Players can buy items for the whole team!
- An API for developers!
Update checks
IT IS CURRENTLY RE-IMPLEMENTED FROM VERSION 1.2.0. EDIT THE VALUE "checkupdates" TO ENABLE/DISABLE UPDATE CHECKING (see configuration)
Metrics
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.







-
View User Profile
-
Send Message
Posted Oct 25, 2013@Louis1234567890987654321
I fixed the ram so it's not a problem now, but I am getting this error on my console on startup:
Console : 2013-10-25 05:34:27 [INFO] [TeamPlugin] Enabling TeamPlugin v1.0.5 Console : 2013-10-25 05:34:27 [SEVERE] Error occurred while enabling TeamPlugin v1.0.5 (Is it up to date?) Console : java.lang.IllegalArgumentException: Specified enchantment cannot be applied to this itemstack Console : at org.bukkit.inventory.ItemStack.addEnchantment(ItemStack.java:426) Console : at com.gmail.louisyuhei123.teams.inventory.Vault.loadIsFromFile(Vault.java:89) Console : at com.gmail.louisyuhei123.teams.inventory.Vault.loadFromFile(Vault.java:47) Console : at com.gmail.louisyuhei123.teams.Team.load(Team.java:47) Console : at com.gmail.louisyuhei123.teams.TeamPlugin.onEnable(TeamPlugin.java:56) Console : at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) Console : at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) Console : at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) Console : at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:282) Console : at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:264) Console : at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:315) Console : at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:292) Console : at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:252) Console : at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:152) Console : at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) Console : at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
My server is still on 1.6.4, the latest dev build. Please help!
-
View User Profile
-
Send Message
Posted Oct 24, 2013@rnoa
you need to use -Xmx<ram will be used in MB>m -Xms<ram will be used in MB>m
e.g. -Xmx1024m -Xms1024m or -Xmx2048m -Xms2048m
to get the server more ram. (must not exceed your hardware's limits)
-
View User Profile
-
Send Message
Posted Oct 20, 2013@Louis1234567890987654321
My server barely uses 30% of its RAM... Will the next version be less RAM and cpu consuming during the installation? PS. Never mind. I fixed it. Thanks :)
-
View User Profile
-
Send Message
Posted Oct 17, 2013@rnoa
you have too less ram in your server... i will add the option to limit the max players in a team and the max numbers of teams in the next release (probably in the next 3-4 days). so stay tuned!
@H8llfire
will be added in the next release
-
View User Profile
-
Send Message
Posted Oct 17, 2013How about adding a /team sethome and /team home?
-
View User Profile
-
Send Message
Posted Oct 16, 2013Cannot update with none of the latest 3 versions, getting this error when I try:
20:36:37 CONSOLE: [SEVERE] Exception in thread "Thread-11" 20:36:37 CONSOLE: [SEVERE] java.lang.OutOfMemoryError: Java heap space 20:36:37 CONSOLE: [SEVERE] at java.util.Arrays.copyOf(Unknown Source) 20:36:37 CONSOLE: [SEVERE] at java.util.Arrays.copyOf(Unknown Source) 20:36:37 CONSOLE: [SEVERE] at java.util.ArrayList.grow(Unknown Source) 20:36:37 CONSOLE: [SEVERE] at java.util.ArrayList.ensureCapacityInternal(Unknown Source) 20:36:37 CONSOLE: [SEVERE] at java.util.ArrayList.add(Unknown Source) 20:36:37 CONSOLE: [SEVERE] at com.gmail.louisyuhei123.teams.TeamPlugin$2.run(TeamPlugin.java:80) 20:36:43 Server: Server shutting down immediately. World is being saved.
Any idea why is this happening?
-
View User Profile
-
Send Message
Posted Oct 13, 2013This is a really nice plugin, got some suggestions. Add economy to it meaning cost money to make teams, an option for OP's to manage other players teams disband, kick etc. A option to social spy for OP's. You cant use /team vault if there is not 2 players in the team but you can still use /team invsee to access the vault. And the last thing would be to add a option to limit how many letters the tag can be and if possible to prevent certain words to be used as team/tag.
-
View User Profile
-
Send Message
Posted Oct 12, 2013@Louis1234567890987654321
I just tried to put the command / t says that the command does not exist
-
View User Profile
-
Send Message
Posted Oct 12, 2013@Xelfe15
use /t
-
View User Profile
-
Send Message
Posted Oct 12, 2013Hi good afternoon good wanted to ask the following, many people have servers Hunger Games BukkitGames good plugin with my I got the idea of having a clan but you have pvp between teams that have the tag just to represent but bukkitgames already uses command / team then wanted to see the possibility if they could change the command with / clan or some other similar, I hope you take into consideration,
Thank you.
-
View User Profile
-
Send Message
Posted Oct 7, 2013@Arctox
ok thanks
@thothing
mysql.. maybe in future updates
-
View User Profile
-
Send Message
Posted Sep 27, 2013Can you add mysql support? This plugin its just what i need, but my server is growing up (150-200 players ) and it will be full of flat files :c
Sorry for my english :)
-
View User Profile
-
Send Message
Posted Sep 24, 2013Could team tpa's be a possibility?
Also, your plugin.yml is set up incorrectly (version 1.0.2), permissions should be a category of its own, not a subset of commands.
-
View User Profile
-
Send Message
Posted Sep 19, 2013@Omfgs
that is not my server lol. i forgot to edit the name. will be edited in new versions
-
View User Profile
-
Send Message
Posted Sep 13, 2013Can you please let us edit the ClimaxClans prefix and also add perms? please like perms to join and perms to admin(create)
Then you would get more downloads and i'd actually contribute by donating to your plugin but for now :/ It's just showing off your server
-
View User Profile
-
Send Message
Posted Sep 10, 2013@maurozuka
There may be a bug in the plugin. Pm me the logs and I will fix it.
-
View User Profile
-
Send Message
Posted Sep 10, 2013@uSoc_lifehome
the max members of a team is 20.
-
View User Profile
-
Send Message
Posted Sep 6, 2013@guilherme836
Thanks! Added to the description page.
-
View User Profile
-
Send Message
Posted Sep 6, 2013VIDEO TUTORIAL PLUGIN(PORTUGES) http://www.youtube.com/watch?v=ITG8SSIf-jM
-
View User Profile
-
Send Message
Posted Sep 4, 2013Great Plugin Bro!
Ideas:
messages.yml for translate Tags - Create Tag like: [Group][TAG]User