xTeam

xTeam Plugin
Brief Description
xTeam is a team-based PvP plugin that allows for creating and joining teams, setting a headquarters and various other features. It is meant for use on hardcore PvP servers where land is not protected.
This is a mod I've been working on for some time. Initially I figured a mod like this would be made eventually and I would just switch to using the alternative instead of mine but surprisingly I haven't quite found an equivalent. Factions is nice but if you want more of a 'hardcore' team plugin, then this mod is for you.
____________________________________________________________________________
!!! IMPORTANT !!!
Version 1.8.1 of the plugin contains an Anonymous Error Reporting feature for sending errors directly to me when they are thrown.
This feature does not reveal any private information. In fact the only one thing that could possibly identify the client is encrypted even from me. The benefit of this feature is that I can see which errors are happening the most and fix them more quickly. Having said that, there is an option in the configuration file to disable this feature by setting 'anonymouserrorreporting = false' if you feel so inclined. Just know that if this is disabled, I will not be able to see what errors are happening frequently from your server.
____________________________________________________________________________
Command Aliases: '/team', '/xteam', '/xt'
Command Parameters: {optional} [required] pick/one
Features
- create and join teams
- get info for any team
- change the team tag
- set a headquarters
- rally team to a location
- teleport to teammates and headquarters
- teleport to return location that is saved upon using any of the other teleport functions
- teleport to rally location set by team leader
- promote and demote players to use team admin commands
- team chat function to toggle between team chat and regular chat
- disable friendly fire
- wolves can be team members too!
- default teams for automatic joining on login
Team User Commands
- /team - main help menu for xTeam
- /team {help} {Page} - user help page for xTeam
- /team info {Team/Player} - get team info or other team's info
- /team list - list all teams on the server
- /team create [Name] - create a team
- /team join [Team] - join a team
- /team leave - leave your team
- /team accept - accept the most recent team invite
- /team hq - teleport to the team headquarters
- /team tele {Player} - teleport to nearest or specific teammate
- /team return - teleport to saved return location (1 use)
- /team rally - teleport to team rally location
- /team chat {On/Off} - toggle chatting with teammates
- /team message [Message] - send message to teammates
Team Admin Commands
- /team sethq - set headquarters of team
- /team invite [Player] - invite player to your team
- /team promote [Player] - promote player to team admin
Team Leader Commands
- /team demote [Player] - demote team admin
- /team disband - disband the team
- /team open - open team to public joining
- /team remove [Player] - remove player from your team
- /team rename [Name] - rename the team
- /team tag [Tag] - set the team tag
- /team setleader [Player] - set new leader for the team
- /team setrally - set rally point for the team
Server Admin Commands
- /team chatspy - spy on team chat
- /team debug {Option} - server admin debug menu for xTeam
- /team disband [Team] - disband a team
- /team demote [Team] [Player] - demote team admin
- /team hq [Team] - teleport to team headquarters for team
- /team promote [Team] [Player] - promote player to admin
- /team remove [Player] [Team] - remove player from team
- /team rename [Team] [Name] - rename a team
- /team tag [Team] [Tag] - set team tag
- /team open [Team] - open team to public joining
- /team set [Player] [Team] - set team of player
- /team sethq [Team] - set team headquarters for team
- /team setleader [Team] [Player] - set leader of team
- /team setrally [Team] - set team rally point for team
- /team teleallhq - teleports everyone to their headquarters
- /team tpall [Team] - teleports a team to yourself
Console Commands
- team {help} - console help menu for xTeam
- team debug {Option} - console debug menu for xTeam
- team demote [Team] [Player] - demote team admin
- team disband [Team] - disband a team
- team info [Player/Team] - get info on player/team
- team list - list all teams on the server
- team promote [Team] [Player] - promote player to admin
- team remove [Player] [Team] - remove player from team
- team rename [Team] [Name] - rename a team
- team tag [Team] [Tag] - set team tag
- team open [Team] - open team to public joining
- team set [Player] [Team] - set team of player
- team sethq [Team] [World] [X] [Y] [Z] - set headquarters of team
- team setleader [Team] [Player] - set leader of team
- team setrally [Team] [World] [X] [Y] [Z] - set rally point of team
- team teleallhq - teleports everyone to their headquarters
Permission Support
- Supports bukkit SuperPerms (PermissionsEx, PermissionsBukkit, and bPermissions, etc.)
Permissions Nodes
- xteam.core.user.accept - Allows team users to accept an invitation
- xteam.core.user.chat - Allows team users to chat/msg their team
- xteam.core.user.create - Allows team users to create a team
- xteam.core.user.headquarters - Allows team users to teleport to headquarters
- xteam.core.user.info - Allows team users view team info
- xteam.core.user.join - Allows team users to join a team
- xteam.core.user.leave - Allows team users to leave a team
- xteam.core.user.list - Allows team users to list all team names
- xteam.core.user.return - Allows team users to return to saved location
- xteam.core.user.rally - Allows team users to rally to a location
- xteam.core.user.tele - Allows team users to teleport to teammates
- xteam.core.user.* - All team user core commands
- xteam.core.admin.invite - Allows team admins to invite other players
- xteam.core.admin.promote - Allows team admins to promote teammates
- xteam.core.admin.sethq - Allows team admins to set a headquarters
- xteam.core.admin.* - All team admin core commands
- xteam.core.leader.demote - Allows team leaders to demote teammates
- xteam.core.leader.disband - Allows team leaders to disband a team
- xteam.core.leader.open - Allows team leaders to open team to public
- xteam.core.leader.remove - Allows team leaders to remove players
- xteam.core.leader.rename - Allows team leaders to rename team
- xteam.core.leader.setleader - Allows team leaders to set leader of team
- xteam.core.leader.setrally - Allows team leaders to set rally point for the team
- xteam.core.leader.tag - Allows team leaders to set team tag
- xteam.core.leader.* - All team leader core commands
- xteam.core.serveradmin.chatspy - Allows server admins to spy on team chat
- xteam.core.serveradmin.debug - Allows server admins to debug the plugin
- xteam.core.serveradmin.disband - Allows server admins to disband a team
- xteam.core.serveradmin.demote - Allows server admins to demote a player on a team
- xteam.core.serveradmin.hq - Allows server admins to teleport to any headquarters
- xteam.core.serveradmin.promote - Allows server admins to promote a player on a team
- xteam.core.serveradmin.reload - Allows server admins to reload the configuration file
- xteam.core.serveradmin.remove - Allows server admins to remove player from a team
- xteam.core.serveradmin.rename - Allows server admins to rename a team
- xteam.core.serveradmin.tag - Allows server admins to set team tag
- xteam.core.serveradmin.open - Allows server admins to open a team to the public
- xteam.core.serveradmin.set - Allows server admins to set the team of a player
- xteam.core.serveradmin.sethq - Allows server admins to set the headquarters of a team
- xteam.core.serveradmin.setleader - Allows server admins to set the leader of a team
- xteam.core.serveradmin.setrally - Allows server admins to set the rally point of a team
- xteam.core.serveradmin.teleallhq - Allows server admins to teleport everyone to their headquarters
- xteam.core.serveradmin.tpall - Allows server admins to teleport a team to current location
- xteam.core.serveradmin.* - All server admin commands
- xteam.core.* - All core commands
Configuration
Contains data that the plugin uses universally - feel free to change the values to suit your needs. Also contains the permission nodes for the plugin. Use these inside whatever permissions plugin you desire to enable or disable commands for certain people or groups.
NOTE: As this project is still in Beta stage, I will be adding/changing features until I'm satisfied with the basic functionality of the plugin. For updating to a newer version of the plugin, check to see whether there are any configuration file changes. If so, you will want to reload the configuration file or add the new options yourself.
FAQ
Many of the frequently asked questions about the plugin.
Source Code Repository
Feel free to download the current source code at https://github.com/protocos/xTeam/
Links
Donations
I work on this project in my spare time and I will always have a love for Minecraft no matter what, but it certainly does make me smile when people feel like contributing. Donating to the project helps encourage me to continue providing support and feedback to all of you awesome peoples! If you feel like helping out, there's a link at the top right of the page. ;)
Bug Reports
Please leave any questions, comments, concerns, and potential bugs in the comments. I will try to squash them when I can. Having said that, I am a real human being, so if the bug is not fixed right away, please be patient.
-
View User Profile
-
Send Message
Posted Jun 9, 2013Please update, lag issue on B: v1.7.7
-
View User Profile
-
Send Message
Posted Jun 7, 2013I cant make my teams public! I've tried /team open {name} and I've tried changing the teams.txt and the teams.cfg! I need the teams to be public please reply to this ASAP!!!!!
-
View User Profile
-
Send Message
Posted Jun 7, 2013can i have it so that when you chat in regular chat it shows your team tag??
-
View User Profile
-
Send Message
Posted Jun 2, 2013Do you planning on API soon?
-
View User Profile
-
Send Message
Posted Jun 2, 2013Also, it'd be nice if there was a radius you could set that stops players from setting their own home/team hq a certain distance from another hq.
-
View User Profile
-
Send Message
Posted Jun 2, 2013How about the ability to change permission group for players that have joined a team.
I want to disable /sethome and /home for players that decide to join a faction so they must rely on the faction's hq for teleprotation (making the server a bit harder).
-
View User Profile
-
Send Message
Posted Jun 1, 2013@BeYondZer
Thanks
@beastlike56
@beastlike56
It would be very helpful if you posted any errors that show up here so I can find and fix them faster. I am looking into the wolves problem... I may just remove some code until I can fix it. I'm trying to find out where the biggest entity damage bugs are coming from. Also, if anything is coming up in the console about problems elsewhere in the plugin, then you can probably find and post them from the .log file.
-
View User Profile
-
Send Message
Posted Jun 1, 2013Please update...or give us source, so many bugs
-
View User Profile
-
Send Message
Posted May 29, 2013@protocos
Can i get the source privately please? so many bugs/issues i could fix man...:( skype: mrmime22
-
View User Profile
-
Send Message
Posted May 28, 2013@Compressions
@beastlike56
Ok, so I want to be up-front in saying that I do intend on posting the source code, but I know you won't like it when I say, "just not right now...". Since I still consider the plugin to be in "ßeta" stage, I would rather not upload the source code to a public repository until I have the core plugin stable and 99% bug-free.
On the other hand, I find JD-GUI to be an excellent drag-and-drop decompiler for jar files and other java classes in the meantime...
-
View User Profile
-
Send Message
Posted May 28, 2013@beastlike56
@beastlike56
@Cheezetarts
@beastlike56
So for the next update I'm going to primarily focus on the listener classes and try to cover them in test cases as well as write new methods and classes that will hopefully not lag the server. Sorry about the issues guys and thanks for the information.
-
View User Profile
-
Send Message
Posted May 27, 2013@Compressions
pls do
-
View User Profile
-
Send Message
Posted May 26, 2013Is there any way that you could post the source code on GitHub or somewhere?
-
View User Profile
-
Send Message
Posted May 26, 2013this plugin has some stupid bugs like using /team create = invalid command, you have to do /team create teamname...wtf
-
View User Profile
-
Send Message
Posted May 26, 2013@Cheezetarts
Yes, downgrading stopped the lag issue.
-
View User Profile
-
Send Message
Posted May 25, 2013@beastlike56
So can I. Server lags beyond "playing level". Using build 1.7.6 so far, however its a really buggy build. The fixes applied to 1.7.7 are what I need. Please update soon!
-
View User Profile
-
Send Message
Posted May 25, 2013can verify xteam is lagging up
69.04% 8.79% 18.450 s 4.3949 ms 4.20k 93.51% EntityDamageByEntityEvent (and others) 0.90% 119.97% 0.240 s 59.9875 ms 0.00k 2.16% PlayerJoinEvent 0.23% 123.03% 0.062 s 61.513 ms 0.00k 0.54% PlayerRespawnEvent 0.00% 0.00% 0.000 s 0.0012 ms 0.00k 0.00% Task: Single
-
View User Profile
-
Send Message
Posted May 25, 2013causing alot of lag now
34.23% 13.35% 33.827 s 6.6747 ms 5.07k 47.39% EntityDamageByEntityEvent (and others)
0.17% 114.82% 0.172 s 57.4082 ms 0.00k 0.22% PlayerJoinEvent
0.11% 104.90% 0.105 s 52.4514 ms 0.00k 0.14% PlayerRespawnEvent
-
View User Profile
-
Send Message
Posted May 21, 2013@xauror
I kinda like the idea. If I have it straight, each member would have a secondary tag according to their team position?
@KevinNitro
Enemies/Allies will be in a separate xTeam add-on later. Hopefully not too much later.
@beastlike56
Update to what? 1.7.7 is out..?
@Yupie123
Ooo, I like it. I'll consider how to integrate it, thanks for the input. I'm still going to be working out issues with ChatManager and PEX for some time.. team color would be interesting but not top priority. Forcing a team tag might be interesting, but the default tag is already the name of the team.. The option of changing the tag is for those who want to shorten their name or something - I'll think about it. Thanks for the ideas.
@Kenig
Controlled team PvP is something that I do wish to add, so it would not be unheard of to do something like this. I may just make it an option for leaders..
-
View User Profile
-
Send Message
Posted May 20, 2013Hi, I am using a side plugin for 1v1 arena and people in the same team can't fight each other. Is there a way to disable the teams no-pvp in places I choose? Thank you