InventivetalentDev / NickNamer

Spigot Name & Skin changer plugin
https://www.spigotmc.org/resources/5341
MIT License
104 stars 28 forks source link

NickNamer is Broken on 1.12 Spigot #57

Closed tommylee464 closed 6 years ago

tommylee464 commented 7 years ago

What steps will reproduce the problem?

  1. install the plugin
  2. install the dependency
  3. start your server 4 error while enabling NickNamer...

What were you expecting to happen? What happened instead?

in 1.11 work good in 1.12 d'ont work

What version of the plugin are you using? Type /version <Plugin Name>

i have uploaded the latest plugin of NickNamer

What Spigot version are you using? Type /version

Spigot 1.12

What plugins are you using? Type /plugins

WorldEdit, LoginSecurity, PacketListenerApi, Multiverse-Core, WorldGuard, Multiverse-Inventories, ViaVersion, mcMMO, Vault, ViaBackwards, MassiveCore, NickNamer, Essentials, CustomSkins, Jobs, PerWorldInventory, CreativeGates, ProtocolLib, NoCheatPlus, EssentialsXMPP, EssentialsProtect, EssentialsChat, EssentialsGeoIP, EssentialsAntiBuild, EssentialsSpawn, Orebfuscator4, Factions

Do you have an error log? Use pastebin.com. If you're not sure, upload your whole server log

https://pastebin.com/uB5Ph9nC

Did your client crash? Upload errors in .minecraft/logs/latest.log as well

No

Additional information? (Are you using Bungeecord? Did it work in previous versions? etc.)

no

scarabcoder commented 7 years ago

The "local" storage option is no longer supported. Bukkit dropped support for EBean servers as part of the JavaPlugin class.

Pull request created, fixed these errors @InventivetalentDev .

benni-germany commented 7 years ago

Please fix it (-: @InventivetalentDev

Doc94 commented 7 years ago

Still broken

scarabcoder commented 7 years ago

Compile from here, I updated it: https://github.com/InventivetalentDev/NickNamer/pull/58

InventivTalent doesn't update her plugins anymore (except a few of the largest).

Doc94 commented 7 years ago

@scarabcoder well i try build this but i have error from pom :/ Any build generate in this fork?

benni-germany commented 7 years ago

It doesnt work. It does not generate a config file/Folder, and the Command Output is only Empty. Am I using it wrong or is this an error? Screenshot: http://prntscr.com/g5k40j Edit: Added Screenshot of the Help: https://prnt.sc/g5k6r1

scarabcoder commented 7 years ago

@benni-germany Try switching the file storage type to MySQL or something else other than the default.

benni-germany commented 7 years ago

But there is no Config file, where i could change it?

scarabcoder commented 7 years ago

@benni-germany Check the server logs.

benni-germany commented 7 years ago

EDIT:Error now on Pastebin To make this a bit shorter (-; https://pastebin.com/jEdJXabg

scarabcoder commented 7 years ago

@benni-germany You need to also have PacketListenerAPI as a plugin loaded on the server.

benni-germany commented 7 years ago

Thak you so much!! But why did you not add the Commands into plugin.yml?

scarabcoder commented 7 years ago

@benni-germany Because they were already there?

benni-germany commented 7 years ago

I mean there is only the command nicknamer and not skin,skinset,nick,nickname?

But ist ok, as long as it works (-; !! Thank so much for your engagement!!

sergisala commented 7 years ago

@scarabcoder Excuse me. I am having a problem.

I am getting these two errors:

-One that appears and logs when a player logs on the server (the PlayerJoinEvent cannot be passed.) -Another one that appears when I attempt to execute the /createcustomskin command of the "CustomSkins" Spigot Plugin.

Check my pastebin, pleas. I need help!: https://pastebin.com/1p0zXZCy

Thank you, Sergi

scarabcoder commented 7 years ago

@sergisala What data storage method are you using? The default no longer works. The only change from the previous version was removing all references to the EBean server API in JavaPlugin.

sergisala commented 7 years ago

Oh fuck. I was using temporary storage. Let me try with the local one haha @scarabcoder

Thanks for answering me :)

sergisala commented 7 years ago

@scarabcoder I've used sql and local storage and they don't work anyways... :'(

Error pastebin: https://pastebin.com/SWPfDwBH

However, it seems that the game connects well with the Database http://prntscr.com/g9ebg7 but I can't use the skins' features such as changing my skin, creating custom skins, etc.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.