EmotePlugin3

The next evolutionary stage of the EmotePlugin developed for Minecraft 1.9 up to 1.14.


EmotePlugin3 gives emotes to your players. You can hug, kiss, lick, and much more. The emotes can be used for both nearby and distant players. Some emotes also have additional features, such as Healing or satiety.
But there are also negative effects. So, when licking, the acting player gets sickness effect for a short moment. Also slaps can be given. The receiver gets some damage then.

EmotePlugin3 now has some cool new features. So there is a Hugitem, with the legitimate player without Command only by using the item players can huggen. This can be changed individually via a GUI.

In addition, EmotePlugin3 now provides statistics on running emotes.
The prefix can be set in the config and moreover all output in the language file can be adjusted.

Feautures:

  • Fully configurable language file

  • Prefix can be changed

  • Command cooldown

  • Hugitem

  • Hugitem Creator GUI

If you are interested in doing a review on the plugin, I would be happy about it and include it here as well. Please contact me as well.

Thank you and have fun with EmotePlugin3!
I would be very happy about a review and a comment.

 


Die nächste Evolutionsstufe des EmotePlugins entwickelt für Minecraft 1.9 bis 1.14. 

EmotePlugin3 gibt deinen Spielern Emotes. Sie können sich damit umarmen, küssen, anlecken, uvm. Die Emotes können für direkt in ihrer nähe befindliche, als auch für entfernte Spieler verwendet werden. Einige Emotes verfügen darüber hinaus über Zusatzfeatures, wie z.B. Heilung oder Sättigung.

Aber auch negative Effekte gibt es. So wird beim Anlecken dem ausführenden Spieler für einen kurzen Moment schlecht. Es können auch Ohrfeigen gegeben werden. Der Empfänger bekommt dann etwas Schaden.

EmotePlugin3 hat nun einige coole neue Features. So gibt es ein Hugitem, mit dem berechtigte Spieler ohne Command nur durch nutzen des Items Spieler huggen können. Dieses kann über eine GUI individuell verändert werden.

Außerdem bietet EmotePlugin3 nun eine Statistik über ausgeführte Emotes.

Das Prefix kann in der Config eingestellt werden und darüber hinaus können alle Ausgaben in der Language-Datei angepasst werden.

Feautures:

  • Vollständig einstellbare Sprachdatei
  • Prefix kann eingestellt werden
  • Command Cooldown
  • Hugitem
  • Hugitem Creator GUI

Wenn Interesse daran besteht, ein Review zu dem Plugin zu machen, würde ich mich darüber freuen und dies hier auch einbinden. Dazu bitte ebenfalls mit mir in Kontakt treten.

Vielen Dank und viel Spaß mit EmotePlugin3!

 

 

Commands:

/emoteplugin
Version output
Aliases: /ep, /ep3, /emoteplugin3

/hug [Player]
Hug a nearby or distant player

/hugitem <create|Playername>
Gives or creates an item to hug

/kiss [Player]
Kiss a nearby or distant player

/lick [Player]
Lick a nearby or distant player

/pounce [Player]
Pounce a nearby or distant player

/slap [Player]
Give a nearby or distant player a slap<br /><br />/risk [Player]<br />make a risky move with another player.

/emotecounts
Statistics about given emotes and items
Aliases: /counts, /ecounts
/emotetoggle
Toggles on or off accpting emotes.

 Permissions

  emoteplugin.*:
    description: Full Access
  emoteplugin.admin:
    desciption: Extra stuff like permission to create Hugitems
  emoteplugin.nocd:
    description: No cooldown on commands<br />  emoteplugin.toggle:<br />    description: Permision to toggle on or off accepting emotes<br />  emoteplugin.hug.*:<br />    description: Full Hug Access
  emoteplugin.hug.nearby:
    description: Access to nearby Hugs
  emoteplugin.hug.distant:
    description: Access to distant Hugs
  emoteplugin.hug.heal:
    description: The Receiver of the Hug gets hope and receives a little healing
  emoteplugin.kiss.*:
    description: Full Kiss Access
  emoteplugin.kiss.nearby:
    description: Access to nearby Kisses
  emoteplugin.kiss.distant:
    description: Access to distant Kisses
  emoteplugin.kiss.hunger:
    description: Love is in the air. The Kisses satisfy hunger
  emoteplugin.lick.*:
    description: Full Lick Access
  emoteplugin.lick.nearby:
    description: Tastes a bit strange. Access to nearby Licks
  emoteplugin.lick.distant:
    description: Tastes a bit strange. Access to distant Licks
  emoteplugin.pounce.*:
    description: Full Pounce Access
  emoteplugin.pounce.nearby:
    description: Access to nearby Pounces
  emoteplugin.pounce.distant:
    description: Access to distant Pounces
  emoteplugin.slap.*:
    description: Full Slap Access
  emoteplugin.slap.nearby:
    description: Access to nearby Slaps
  emoteplugin.slap.distant:
    description: Access to distant Slaps
  emoteplugin.slap.damage:
    description: You are a Damage Dealer. Your Slap receiver gets a little bit damage

 config.yml

Prefix: '&l&c[&8EmotePlugin3&c] '
Cooldown: 10

 lang.yml

general:
  noPermission: '&cYou do not have permission to perfom this command!'
  onlyPlayer: '&cYou must be a player to perform this command!'
  cmdCooldown: '&cYou must wait another #cooldowntime seconds to use this command again!'
  notOnline: '&cThe player is not online!'
  usage: '&cThe command is used as follwed:'

hug:
  hugUsage2: '&c/hug [Player]'
  noPlayerHug: '&cNo player to hug nearby you!'
  noSelfHug: '&dYou can not hug yourself!'
  hpResponse: '&dYou have hugged &e#playerresponse&d.'
  hrResponse: '&dYou have been hugged by &e#receiverresponse&d.'

kiss:
  kissUsage2: '&c/kiss [Player]'
  noPlayerKiss: '&cNo player to kss nearby you!'
  noSelfKiss: '&cYou can not kiss yourself!'
  kpResponse: '&dYou have kissed &e#playerresponse&d. &c<3'
  krResponse: '&e#receiverresponse &dhas kissed you&d. &c<3'

lick:
  lickUsage2: '&c/lick [Player]'
  noPlayerlick: '&cNo player to lick nearby you!'
  noSelflick: '&cYou can not lick yourself!'
  lpResponse: '&dYou have licked &e#playerresponse. &aTastes a bit strange.'
  lrResponse: '&e#receiverresponse &dhas licked you.'

pounce:
  pounceUsage2: '&c/pounce [Player]'
  noPlayerpounce: '&cNo player to pounce on nearby you!'
  noSelfpounce: '&cYou can not pounce on yourself!'
  ppResponse: '&dYou have pounced on &e#playerresponse&d!'
  prResponse: '&e#receiverresponse &dhas pounced you!'

slap:
  slapUsage2: '&c/slap [Player]'
  noPlayerslap: '&cNo player to slap nearby you!'
  noSelfslap: '&cYou can not slap yourself!'
  spResponse: '&dYou have slapped &e#playerresponse&d!'
  srResponse: '&e#receiverresponse &dhas slapped you! Were you angry?'

hugitem:
  itemUsage2: '&c   &c/hugitem  - Opens the Creator GUI'
  itemUsage3: '&c   &c/hugitem  - Create a Hugitem for a player'
  itemUsage4: '&c   &c&lThe player must be online!!!'
  createItem: '&9&lCreate Hugitem'
  noDrop: '&cYou are not allowd to drop this item!'
  congrats: '&6Congrats. Here is your new Hugitem. Older one would not works anymore.'
  selectNewItem: '&6Choose Item in Mainhand as new Hugitem'
  noValidItem: '&cThis item can not be used!'
  outputNewItem: '&6Your new Hugitem has now the type #newHugitem&6.'
  selectNewName: '&6Please enter new name w/o color codes:'
  outputNewName: '&6Your new Hugitem well be named #hugitemName&6.'
  outputNewLore: '&6Your new  Hugitem will have the lore #hugitemLore&6.'
  selectNewLore: '&6Please enter a new lore w/o color codes:'
  firstNewItem: '&6Get your first new Hugitem'
 
emotecounts:
  statistics: '&6&l Statistics for this Server:'
  hugsmsg: '&r&2There are &6&l#hugs &r&2players hugging each other!'
  kissesmsg: '&6&l#kisses &r&2players kissed each other!'
  licksmsg: '&6&l#licks &r&2player were licked!'
  pouncesmsg: '&6&l#pounces &r&2players have pounced on another!'
  slapsmsg: '&6&l#slaps &r&2players were angry and get slaps!'
  hugitemsmsg: '&6&l#hugitems &r&2Hugitems were created!'

 

Download

File Name Status Version Downloads Date
emoteplugin3.jar R 1.14 +5 60 25/08/2019
EmotePlugin3 1.20.2 Updating 1.20.2 Updating Updating
EmotePlugin3 1.20.1 Updating 1.20.1 Updating Updating
EmotePlugin3 1.20 Updating 1.20 Updating Updating
EmotePlugin3 1.19.2 Updating 1.19.2 Updating Updating
EmotePlugin3 1.19.1 Updating 1.19.1 Updating Updating
EmotePlugin3 1.19 Updating 1.19 Updating Updating
EmotePlugin3 1.18 Updating 1.18 Updating Updating
EmotePlugin3 1.17.1 Updating 1.17.1 Updating Updating
EmotePlugin3 Forge Updating Forge Updating Updating
EmotePlugin3 Fabric Updating Fabric Updating Updating
EmotePlugin3
EmotePlugin3

Dear youtuber!
Have you a channel youtube and want to bring your Video to quality visitors?
Do you want your video to appear on our website?
Do you want to become partner with us?
Just 3 steps to become our partner:
Step 1: Make video review for mods, addons, plugins, ... which you like
Step 2: Upload this video to youtube and our link to your video description
Step 3: Send the youtube video link via message to http://fb.com/9lifehack or leave a comment in the post. We will add your video in the our post, it will help you have more view.
JOIN to get more youtube view with us!!!!

Related Posts

Smarty Productivity Happiness

9LifeHack.com - make things smart