FigExtra

Quick rating

FigExtra

No reviews yet

Addon for figura that greatly expands its capabilities in integration with other mods

API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

RU

Данные аддон представляет из себя удобную прослойку для совмещения фигуры с популярными модами.

В данный момент реализована поддержка таких модов как:

  • plasmo voice
  • emote craft

Работоспособность проверялась на 1.20.1, но должно работать и на версиях выше.

Примеры:

emotecraft

emotes:getEmotes()

local listEmotes = emotes:getEmotes() -- получить список всех эмоций
for _, emote in ipairs(listEmotes) do
  emote:getUUID() -- получить uuid эмоции
  emote:getName() -- получить имя эмоции 
  emote:getDescription() -- получить описание эмоции
  emote:getAuthor() -- получить автора эмоции
  emote:isNsfw() -- является ли эмоция nsfw характера
end

emotes:playEmote()

emotes:playEmote(stringUUID) -- проигрывание эмоции по uuid

emotes:stopEmote()

emotes:stopEmote() -- останавливает проигрывание эмоции
plasmo voice

plasmovoice:getVoiceLevel()

plasmovoice:getVoiceLevel(stringUUID) -- получить громкость речи игрока 
--пример
function events.tick()
  local uuid = player:getUUID()
  local voiceLevel = plasmovoice:getVoiceLevel(uuid)
  if voiceLevel > 0 then
    log(voiceLevel)
  end
end
-- так же можно проверить говорит ли игрок путём ивента 
events["FIGEXTRA.PLASMOVOICE_PLAYER_SPEAK"]:register(function(uuid, distance)
    
end, "microphone")

plasmovoice:isMuted()

plasmovoice:isMuted(stringUUID) -- проверить в муте ли игрок

plasmovoice:getVersion()

plasmovoice:getVersion() -- получить версию plasmo voice

plasmovoice:renderDistanceVisualizer()

-- я добавил это забавы ради, может кто найдёт этому интересное применение
plasmovoice:renderDistanceVisualizer(radius, stringHex, x, y, z)

plasmovoice:renderDistanceVisualizer(radius, stringHex, vec(x, y, z))

EN

This addon is a convenient layer for combining the figura with popular mods.

Currently implemented support for such mods as:

  • plasmo voice
  • emote craft

Workability was tested on 1.20.1, but should work on versions above.

Examples:

emotecraft

emotes:getEmotes()

local listEmotes = emotes:getEmotes() -- get a list of all emotions
for _, emote in ipairs(listEmotes) do
  emote:getUUID() -- get emote's uuid
  emote:getName() -- get the name of the emotion 
  emote:getDescription() -- get the description of the emotion
  emote:getAuthor() -- get the author of the emotion
  emote:isNsfw() -- whether the emotion is a nsfw character
end

emotes:playEmote()

emotes:playEmote(stringUUID) -- playing an emotion by uuid

emotes:stopEmote()

emotes:stopEmote() -- stops playing the emotion
plasmo voice

plasmovoice:getVoiceLevel()

plasmovoice:getVoiceLevel(stringUUID) -- get the player's voice volume 
--example
function events.tick()
  local uuid = player:getUUID()
  local voiceLevel = plasmovoice:getVoiceLevel(uuid)
  if voiceLevel > 0 then
    log(voiceLevel)
  end
end
-- it is also possible to check if the player speaks through an event 
events[“FIGEXTRA.PLASMOVOICE_PLAYER_SPEAK”]:register(function(uuid, distance)
    
end, “microphone”)

plasmovoice:isMuted()

plasmovoice:isMuted(stringUUID) -- check if the player is muted.

plasmovoice:getVersion()

plasmovoice:getVersion() -- get the version of plasmo voice

plasmovoice:renderDistanceVisualizer()

-- I added this for fun, maybe someone will find an interesting use for it.
plasmovoice:renderDistanceVisualizer(radius, stringHex, x, y, z)

plasmovoice:renderDistanceVisualizer(radius, stringHex, vec(x, y, z))

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~6,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works