[SALE !!!] - Disguise (1.7 & 1.8)

Status
This thread has been locked.

pigg121

Feedback score
23
Posts
101
Reactions
38
Resources
0
New Offer, buy my tab api and my disguise plugin for only 7.5$ !!

I present my Disguise plugin, it is a great complement for pvp servers where famous players recive focus, the plugin modifies the name of the player in all aspects but keeps its uuid intact, it is compatible with any plugin since methods like player#getName() will return the name of the disguise and not the original, you can get the original with my plugin.

Excuse me if my English is not very good, I'm not native and I need to use Google translator.

Features:

  • 100% compatible with any plugin.
  • Fully configurable.
  • Lightweight and efficient.
  • Players can relog, this is very useful for UHC servers.
  • Compatible with 1.7.10 servers and 1.7 and 1.8 players
  • If the client is in 1.8+ he will be able to see the change of his skin, in 1.7 it is impossible due to Minecraft limitations.
Prices:
  • [JAR] 5$
  • [SRC] 5$
  • I only accept payments with paypal using F&F.

Commands:

Code:
/disguise or /d - disguise.cmd
/disguise <name> or /d <name> - disguise.cmd.custom
/undisguise or / ud - disguise.cmd
/checkdisguise or /cd - disguise.admin

Config:

Code:
Options:
  update-skin-on-1_8: true

Messages:
  disguised: '&aYou has been disguised with the name &f<name>&a!'
  undisguised: '&aYou has been undisguised!'
  already-disguised: '&cYou are already disguised.'
  not-disguised: '&cYou are not disguised.'
  join-disguised: '&aYou are disguised as &f<name>&a!'
  check-yes: '&aThe player &f<name> &ais disguised, original name &e<original-name>&a!'
  check-no: '&cThe player &f<name> &cis not disguised!'
  check-notfound: '&cPlayer &f<name> &c not found!'
  check-usage: '&cUsage&f: /cd <player>'

Names:
  - 'Expredo'
  - 'Famickboa'
  - 'Fisatuna'
  - 'Fluentisen'
  - 'ForlifeViking'
  - 'Gravitychet'
  - 'GrundyChee'
  - 'Harolisher'
  - 'Inkpholo'
  - 'Interli'
  - 'Jetstepis'
  - 'LolaRat'
  - 'Metruple'
  - 'Nameractoo'
  - 'Numeronism'
  - 'Panettaboom'
  - 'RyothTiger'
  - 'Aucting'
  - 'Barlocant'
  - 'Bilenews'
  - 'Contech'
  - 'Cookielder'
  - 'Curalet'
  - 'DreamySound'
  - 'EatsyouStart'
  - 'Elliserba'

PremiumSkinsUUID:
- '352b13eb-7e71-4070-bfec-db851dfc2c85'
- '152acfb2-0b1b-440d-a7ae-94bec0098e80'
- '9c7b77fa-8c93-4c8f-bd47-d402de0d5127'
- '3d1a76a8-9236-46f5-be23-c72d511fc616'
- '9bcf5e07-ad8c-498d-9df9-14f747aef3a8'
- 'a70ad47f-7fc0-4608-b08c-a6f25aee77bd'
- 'a607d41d-823d-4a37-af84-fca1fdbc60d0'

Demo & Proof of Ownership:



sLsq_Q6WSq2ncxZzLU1GYA.png
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

pigg121

Feedback score
23
Posts
101
Reactions
38
Resources
0
Why do I get this error?

[18:00:40 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'undisguise' in plugin Disguise v1.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10.jar:git-Spigot-1649]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10.jar:git-Spigot-1649]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7.10.jar:git-Spigot-1649]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10.jar:git-Spigot-1649]
Caused by: java.lang.NoSuchFieldError: playerMap
at org.disguise.Disguise.disguise(Disguise.java:153) ~[?:?]
at org.disguise.Disguise.unDisguise(Disguise.java:103) ~[?:?]
at org.disguise.command.UnDisguiseCommand.onCommand(UnDisguiseCommand.java:26) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.10.jar:git-Spigot-1649]
unsopported server version
 

EfeZmrly

Feedback score
0
Posts
4
Reactions
0
Resources
0
I want to buy too, I've started a conversation with you on MCM. (Actually I'm new and idk whats dm)
I can pay $5 for this.
 

FaceSlap_

Java Developer Freelancer
Supreme
Feedback score
14
Posts
20
Reactions
303
Resources
5
Lets say some plugin is storing data with names. If they use disguise and relog their data will be loaded from that name?.
Im thinking just like TumblrFeminist
 

pigg121

Feedback score
23
Posts
101
Reactions
38
Resources
0
We know, we're just talking about a hypothetical. Most people who buy this won't know if their plugins use getName() or not.
my plugin works with getName () but the clock does not work as it is more likely that the uuid will change if the server is not premium for example.
 
Status
This thread has been locked.
Top