Git Product home page Git Product logo

nametagedit's People

Contributors

andross96 avatar aurelien30000 avatar brokenfg avatar byswiizen avatar caxerx avatar danjono avatar darbyjack avatar dependabot[bot] avatar hausergrim avatar ismhdez avatar juiio avatar justonemoreblock avatar l89669 avatar lorenzo0111 avatar lucko avatar luisbazandev avatar overkidding avatar relaxing9 avatar robert-beckley avatar sgtcaze avatar simon44556 avatar spirit55555 avatar srbedrock avatar thegoateddev avatar tsgrissom avatar txgs888 avatar voodootje0 avatar xigbclutchix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nametagedit's Issues

Click a Command

Easy click command after typing /ne.

Doesn't work.
/ne or /nte

After forgetting a 's' in groups, I noticed the "Click a Command" is working. However, doesn't on the default commands.
/ne group

Random nametag not working

Hello,

Sometimes the per player nametag does not work. (The player just shows up with no prefix in the tablist). When I do /ne reload it's fixed.
Hope I gave you enough information,

Thanks in advance,
CB

/ne clear issue

When I do /ne clear after giving them a special prefix, I expect it to revert to the default title set for the group they are in. It is currently just set to blank white until they relog then they get the title back

Permission

Hi i was just making sure that i have permissions to have a plugin connect to yours just want to have this for the person that makes it to know they can connect to this plugin
Thanks
-term

New Config Value

Add:
dbVersion: 1

This will allow us to adapt new conversion scripts based on the version file the player has. Possibly, make it version.yml file and resets on every reload and doesn't effect the config.yml at all?

Since we current don't have a file. A new version would provide a new file and we would read it.

Based on that, we'll assume it's on a specific version or figures it out somehow and we can determine if we need to modify the database.

For example,
Older version of permissions in MySQL is varchar(16);

Our code will initiate a change:
For example:
alter table nte_groups modify permission VARCHAR(64);

My prefix

This plugin works very well but in Tab list I can't see my prefix. I use it on a 1.9.2 server. Please help me.

Database

Hi, i need to know the database that you talked about 19 days ago about the Skript. I have someone that is going to do it for me and they need to know the database for it.

Feature Request

Hi can you add the ability to manually change what group someone is in so say im in a youtuber group with the youtuber permission from groups.yml and i do /ne groups change (player) vip i will get the vip prefix and suffix

Internal Exception: io.netty.handler.codec.DecoderException: The received string is longer than maximum allowed (18 > 16)

Hey, I'm using the Nametag plugin on my server as a API for my custom plugin. But I ran into a problem.
When there is just one player online, it's fine, but when a different player joins, it's kicking ALL players off the server with the following error:
Internal Exception: io.netty.handler.codec.DecoderException: The received string is longer than maximum allowed (18 > 16)

I googled around and found this:
http://www.minecraftforum.net/forums/support/server-support/1883605-my-server-keeps-losing-connection?comment=9
This made sense to me because I noticed when updating a nametag, it would also apply to ALL NPC's with the same name as the player. When the name is even one character off it doesn't change anymore, it is case-sensitive.
So a simple fix would be to change all the NPC names. But I was wondering to if there is a way around this. And if you guys were aware of this problem.
I hope you can help me out with this.

placeholders

Is it possible to have placeholders (maybe PlaceholderAPI integration) in prefixes and suffixes? Among other things, this would allow the player's Vault prefix to be used.

nickname display option for tab

I would like to be able to show player's nicknames in tab, and use the prefix/suffix nte feature in tab at the same time.

Players with invisible effect

Hey there,

When a player is invisible it still show's their name tag.
I hope this could be fixed.
Nice plugin, lovin it and rated 5 stars :)

Thanks in advance,

CB

Not working in 1.9

Spigot CraftBukkit version git-Spigot-d20369f-7fc5cd8 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)

The plugin loads, but doesn't function. And the command /ne is registered, but nothing happens when I type it.

[18:26:13] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.0
[18:26:13] [Server thread/ERROR]: Error occurred while enabling NametagEdit v4.0 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at com.nametagedit.plugin.storage.flatfile.FlatFileConfig.loadPlayers(FlatFileConfig.java:117) ~[?:?]
    at com.nametagedit.plugin.storage.flatfile.FlatFileConfig.load(FlatFileConfig.java:42) ~[?:?]
    at com.nametagedit.plugin.NametagHandler.<init>(NametagHandler.java:46) ~[?:?]
    at com.nametagedit.plugin.NametagEdit.onEnable(NametagEdit.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot-1.9.jar:git-Spigot-d20369f-7fc5cd8]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]

Prefixes all jacked up!

So I've had this problem for around 3 weeks now, and I have yet to solve it. I am having this issue where if I am in my Owner group, I get the Mod's prefix next to my name. This happens with every other group as well. I have kinda found this issue, but I have no clue on how to resolve it. Basically, whatever group is at the top of the list, it's prefix is going to be set on every other group. For example, if Owner was at the top of the list, the prefix "Owner" would show up for all the other groups instead of the proper prefix I had setup. I have no clue what the hell is going on here, and it'd be kinda nice to get some sort of help for once.

Feature Request - Vanish nametags

Hi,

can you please add custom prefix for vanished players & for each ranks, with full support for VanishNoPacket (available here: http://dev.bukkit.org/bukkit-plugins/vanish/) ?

It would look like:

Groups:
  a:
    Permission: nte.a.both # Still customizable, this will allow both default & vanish nametags
    Default:
      Permission: nte.a.default # This will allow default nametag
      Prefix: '&4a &8| &f'
      Suffix: ''
    Vanish:
      Permission: nte.a.vanish # This will allow vanish nametag
      Prefix: '&4a &8| &f'
      Suffix: ' &8 &aVanish'
Players:
  XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX:
    Name: PlayerA
    Default:
      Prefix: '&6a &8| &f'
      Suffix: ''
    Vanish:
      Prefix: '&6a &8| &f'
      Suffix: ' &8| &cVanish'

Titles unload upon world switch

here is a bug i found
If you switch world, the tablist and name overlay changes to default (only for that user). However a plugin reload will fix it. The server doesn't seem to output an error. (maybe client side IDK)

Using Verson 4.0.2

Invisibility effect bug

If you have nametag it's visible even if you are on invisibility effect! Please fix that, thanks.

Titles Disappear

I got one problem. When i change world, nametag disappear. I use Multiverse Core and Permissions ex.

Can't clear Prefix with API

I tried setting the prefix to null and it doesn't change. It doesn't look like there is a way to clear it.

Tab List Bug

There is a tab list bug causing the rank to be removed from tab list.

Just happens randomly it seems.

http://i.imgur.com/hgxa6tl.png
http://i.imgur.com/5cg7LS4.png
http://i.imgur.com/rNBwrBZ.png

Using Spigot 1.9.2
This server is running CraftBukkit version git-Spigot-944aa20-8d16fc0 (MC: 1.9.2) (Implementing API version 1.9.2-R0.1-SNAPSHOT)

NametagEdit Build 28

Plugins (17): zPermissions, WorldEdit, PandoraChatFilter, FeatherBoard, Vault, ClearLag, MessageAnnouncer, ProtocolLib, HolographicDisplays, NametagEdit, WorldGuard, Essentials, PlotSquared, NoCheatPlus, EssentialsSpawn, DeluxeChat, TitleManager

Using MySQL
Groups based system
zPermissions

Tested this on my server prior and seemed to be an issue.
Tested this on another test server and didn't see to be an issue.
Tested this on an event server and seems to be an issue.
A lot of issues have been created in related and looks like I'm confirming they're may be some form of issue.

NTE vanish issue

There appears to be an issue when staff go into Vanish.

My server uses a plugin called VanishNoPacket. When a staff member vanishes, that player disappears from the scoreboard. Other staff (including OPs) cannot see their name in the player list. I might point out that this problem seems to be intermittent. However, it occurs 90% of the time.

Regards,
Jericho

Colored Tags don't work properly

tablist
groups.yml:
Spieler:
Permission: nte.spieler
Prefix: '&aSpieler &f>> &a'
Suffix: ''

I don't know why but they don't work properly?

feature request

I really really really need you to add something to this plugin.
I want to be able to organize the group order shown in tab, for example Owner being first, admin second, donors third, and then anyone that is not in the group list will automatically be last priority.
this plugin did it: https://www.spigotmc.org/resources/tablistorganizer-beta.15713/
but that one is super glitchy and it messed up my server.
PLEASE
ty <3

Add Tablist sorting by group

Hi!
Like in many other server, it would be nice to have Tablist Sorting function.
Like :
Owner
Admin
Mod
Default
Youtuber

Thanks!

groups prefix shorter

it looks like entries in the groups.yml have a much shorter limit than if you set the prefix using the command

New Secret Features

  • [REDACTED]
  • [REDACTED]
  • [REDACTED]
  • [REDACTED]
  • [REDACTED]
  • Readd Herobrine since Mojang removed it, again.

UUID

Hi so this person said "You should create a ticket for the developer of Nametagedit to add UUID support so that the name tag change will simply follow you when you change names" (tcwolf12). So here i am requesting uuid support

Problem with Tablist Plugin

I set the PlayerListName for a player with:
p.setPlayerListName(prefix + group + " §f> " + prefix + p.getName());

but it is only like this for some milliseconds and then the name of the player in the tablist changes to white.

I have also set this in the config:
TabListDisabled: true

Tags Disappearing

I started to test MySQL database
one time when I logged in the tag has disappeared
but when I reload the plugin it comes back
this has happened to me and a mate.

Thank you
Joe
Keep up the great work!!

Tablist prefix help me please !

Hello, great plugin! However, when I add a prefix / suffix, after a couple of seconds, it goes. It just resets back to my original name, please help me. I just want to add, i used the plugin when my server was 1.8, and after a week or so of having it on 1.9, it has stopped working, don't know if it's the version or a plugin overriding it? Which i don't think it is.

Nothing coming up in tab?

I'm using the plugin just fine on my server in game the player see the tags but when they press tab nothing comes up? am I doing something wrong? Please help me with this problem will really appreciate it.
-PlanetMinecraft4

Erases a letter off username help me please

All my other ranks work perfectly fine. However, my &5[Grandmaster]&f rank does not. Let say my username is notch. It will show up as [Grandmaster]otch
If I remove a letter from it, it will work fine. If I add a letter, it will work fine. It is only at 13 numerals at which it starts to glitch.
I am using the most recent version of your plugin and I am on Spigot 1.8.3

Thank you

TheTowers Bug?

User: tryolivier reported a bug.

Hi :)

I have this problem with the towers

http://hastebin.com/ociqowucal.avrasm

The towers author says me it's a problem with the last nametagedit

Do you think you can update the resource to resolve this bug ?

thanks

Question: Prefix/suffix per group

Right now, a group must have both prefix and suffix.
Last time I asked but apparently you decided to go from ground up, so the old issue is nowhere to be found.
So will it work if I only decide to list only AND only prefix/suffix for a group?
Thanks!

Tablist Prefix (VERY ANNOYING!!!!)

So I'm having some big problems with my tablist, and I feel that the prefix that shows up next to my name in the tablist is the problem. Well, when I set TabListDisabled to "true", it doesn't work. If I set it to "true" and then reload NTE, then the prefix will disappear. But if I type something in chat, the tablist reloads or something and the prefix comes back. How do I get this to stop happening?

Thanks! :)

IllegalArgumentException : Team ID 1 already exists in this scoreboard.

Getting an IllegalArgumentException when a player joins the server,
It appears its happening randomly as i've yet to find a pattern.
But its always a player without a tag being kick when a player with a tag joins the server and doesn't happen all the time.

Kick Message:http://prnt.sc/a5xqwm.

Console Upon PlayerQuitEvent: (normal?... no stacktrace or odd kick reason in the console)
[Server thread/INFO]: Incrementing lost connection: Disconnected

nte reload dispath

"Can you add "nte reload" as dispath Command in onEnable? Cuz when you use /reload on the sv, nte doesn't show prefixes anymore for the connected players."

Request: https://www.spigotmc.org/threads/nametagedit.48578/page-10#post-1542096

/reload on the server - The tags are no longer shown.
Add-in nte reload as a dispath Command in OnEnable will fix this?

Should probably just fix loading, so nobody has to do /reload or /ne reload. :)

Problem with Logblock

The error is still appearing in the new version:

[14:52:55 INFO]: [LogBlock] Loading LogBlock v1.10.0-dev-SNAPSHOT (build #269)
[14:52:55 INFO]: [LogBlock] Connecting to ni101661_2sql1@jdbc:mysql://vweb18.nitrado.net:3306/ni101661_2sql1...
[14:52:56 WARN]: [Server thread] ERROR com.zaxxer.hikari.HikariDataSource - when specifying jdbcUrl, driverClassName must also be specified
[14:52:56 ERROR]: [LogBlock] Error while fetching connection:
java.lang.IllegalStateException: when specifying jdbcUrl, driverClassName must also be specified
at com.zaxxer.hikari.HikariConfig.validate(HikariConfig.java:672) ~[NametagEdit.jar:?]
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:102) ~[NametagEdit.jar:?]
at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297) [spigot.jar:git-Spigot-db6de12-3f3c65f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-3f3c65f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-3f3c65f]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]

After converting doesn't reload

After running this command. The prefix/suffix doesn't reload. However, /ne reload does fix this.
/ne convert file mysql false

Might have to fix the order.

MySQL Order bug

Hey, i used the command /nte group order [highest to lowest](/nte group order Owner Moderator Supporter User). but it doesn't worked, everytime when someone was on the Server and i joint i was at the bottom of the tablist :/ but if i use the command /nte reload im on the top of the Tablist..

i hope you can help me to fix this bug! :)

(sorry for my bad english, im german)

Question: Is the invisibility bug fixed?

Hello,
I just would like to know if the invisibility bug is fixed please? ^^
Because in the previous version, when a player was "invisible" his tag was still remaining above his head..

Thank you forward,
Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.