release-1.0.0 #39
@ -20,3 +20,6 @@ src/plugins/luckperms/libs
|
|||||||
|
|
||||||
.crowdin
|
.crowdin
|
||||||
src/plugins/PlasmoVoice/voice_mutes.json
|
src/plugins/PlasmoVoice/voice_mutes.json
|
||||||
|
|
||||||
|
src/plugins/FancyHolograms/holograms.yml
|
||||||
|
src/plugins/FancyHolograms/logs
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -20,3 +20,6 @@ src/plugins/LuckPerms/libs
|
|||||||
|
|
||||||
.crowdin
|
.crowdin
|
||||||
src/plugins/PlasmoVoice/voice_mutes.json
|
src/plugins/PlasmoVoice/voice_mutes.json
|
||||||
|
|
||||||
|
src/plugins/FancyHolograms/holograms.yml
|
||||||
|
src/plugins/FancyHolograms/logs
|
||||||
|
@ -31,6 +31,15 @@ RUN touch ${DATA_PATH}/pv-voice_mutes.json && \
|
|||||||
ln -sf ${DATA_PATH}/pv-voice_mutes.json \
|
ln -sf ${DATA_PATH}/pv-voice_mutes.json \
|
||||||
${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json
|
${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json
|
||||||
|
|
||||||
|
# Add symlinks to FancyHolograms files
|
||||||
|
RUN mkdir -p ${DATA_PATH}/FancyHolograms/logs && \
|
||||||
|
ln -sf ${DATA_PATH}/FancyHolograms/logs/ \
|
||||||
|
${CONFIG_PATH}/plugins/FancyHolograms/logs && \
|
||||||
|
touch ${DATA_PATH}/FancyHolograms/holograms.yml && \
|
||||||
|
ln -sf ${DATA_PATH}/FancyHolograms/holograms.yml \
|
||||||
|
${CONFIG_PATH}/plugins/FancyHolograms/holograms.yml
|
||||||
|
|
||||||
|
|
||||||
VOLUME ${DATA_PATH}
|
VOLUME ${DATA_PATH}
|
||||||
|
|
||||||
|
|
||||||
|
6
src/FancyAnalytics/config.yml
Normal file
6
src/FancyAnalytics/config.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"sender_id": "107d418c-d2b4-4842-9cd6-b997833605c6:edff4fdc-baa2-4841-85db-9563dfc93cbf:9e4c399e-f40a-45f4-866b-8ff52cbd21d0",
|
||||||
|
"send_metrics": false,
|
||||||
|
"send_errors": false,
|
||||||
|
"disable_logging": true
|
||||||
|
}
|
BIN
src/plugins/FancyHolograms-2.6.0.jar
(Stored with Git LFS)
Normal file
BIN
src/plugins/FancyHolograms-2.6.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
13
src/plugins/FancyHolograms/config.yml
Normal file
13
src/plugins/FancyHolograms/config.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
config_version: 1 # Config version, do not modify.
|
||||||
|
saving:
|
||||||
|
autosave:
|
||||||
|
enabled: false # Whether autosave is enabled.
|
||||||
|
interval: 15 # The interval at which autosave is performed in minutes.
|
||||||
|
save_on_changed: true # Whether the plugin should save holograms when they are changed.
|
||||||
|
logging:
|
||||||
|
log_level: INFO # The log level for the plugin (DEBUG, INFO, WARN, ERROR).
|
||||||
|
log_on_world_load: true # Whether hologram loading should be logged on world loading. Disable this if you load worlds dynamically to prevent console spam.
|
||||||
|
version_notifications: true # Whether the plugin should send notifications for new updates.
|
||||||
|
visibility_distance: 32 # The default visibility distance for holograms.
|
||||||
|
register_commands: true # Whether the plugin should register its commands.
|
||||||
|
update_visibility_interval: 20 # The interval at which hologram visibility is updated in ticks.
|
1
src/plugins/FancyHolograms/config_old.yml
Normal file
1
src/plugins/FancyHolograms/config_old.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
config_version: 0
|
2
src/plugins/FancyHolograms/featureFlags.yml
Normal file
2
src/plugins/FancyHolograms/featureFlags.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
feature-flags:
|
||||||
|
disable-holograms-for-bedrock-players: false # Do not show holograms to bedrock players
|
Loading…
Reference in New Issue
Block a user