-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from apexhosting/Feature/Updates
2.3.1 - Minor Update
- Loading branch information
Showing
86 changed files
with
728 additions
and
210 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# Citizens Configuration | ||
|
||
npc: | ||
always-use-name-holograms: false | ||
pathfinding: | ||
new-finder: | ||
iterations-per-tick: 5000 | ||
check-bounding-boxes: false | ||
open-doors: false | ||
default-distance-margin: 2 | ||
default-path-distance-margin: 1 | ||
update-path-rate: 20 | ||
straight-line-targeting-distance: 5 | ||
disable-mc-fallback-navigation: true | ||
maximum-new-pathfinder-iterations: 10000 | ||
minecraft: | ||
max-fall-distance: 3 | ||
attack-range: 3.0625 | ||
use-new-finder: false | ||
chat: | ||
options: | ||
bystanders-hear-targeted-chat: true | ||
max-number-of-targets-to-show: 2 | ||
multiple-targets-format: <target>|, <target>| & <target>| & others | ||
range: 5 | ||
max-text-range: 500 | ||
format: | ||
no-targets: '[<npc>]: <text>' | ||
with-target-to-bystanders: '[<npc>] -> [<target>]: <text>' | ||
to-target: '[<npc>] -> You: <text>' | ||
with-targets-to-bystanders: '[<npc>] -> [<targets>]: <text>' | ||
controllable: | ||
ground-direction-modifier: 1.0 | ||
max-ground-speed: 0.5 | ||
use-boat-controls: true | ||
default: | ||
waypoints: | ||
cache-paths: false | ||
look-close: | ||
enabled: false | ||
range: 5 | ||
random-look-enabled: false | ||
random-look-delay: 60 | ||
disable-while-navigating: true | ||
pathfinding: | ||
range: 25.0 | ||
random-talker: false | ||
realistic-looking: false | ||
stationary-ticks: -1 | ||
talk-close: | ||
enabled: false | ||
range: 5 | ||
text: | ||
'0': Hi, I'm <npc>! | ||
hologram: | ||
default-line-height: 0.4 | ||
limits: | ||
default-limit: 10 | ||
max-permission-checks: 100 | ||
max-packet-entries: 15 | ||
max-speed: 100 | ||
tablist: | ||
disable: true | ||
remove-packet-delay: 1 | ||
follow: | ||
teleport-across-worlds: true | ||
skins: | ||
player-join-update-delay-ticks: 60 | ||
max-retries: -1 | ||
retry-delay: 120 | ||
rotation-update-degrees: 90.0 | ||
use-latest-by-default: false | ||
view-distance: 100.0 | ||
placeholder-update-frequency-ticks: 6000 | ||
chunks: | ||
always-keep-loaded: false | ||
commands: | ||
error-messages: | ||
maximum-times-used: You have reached the maximum number of uses ({0}). | ||
missing-item: Missing {1} {0} | ||
no-permission: You don't have permission to do that. | ||
not-enough-money: You need at least ${0}. | ||
on-cooldown: Please wait for {minutes} minutes and {seconds_over} seconds. | ||
on-global-cooldown: Please wait for {minutes} minutes and {seconds_over} seconds. | ||
packets: | ||
update-delay: 30 | ||
player: | ||
remove-from-list: true | ||
selection: | ||
item: stick | ||
message: Selected [[<npc>]] (ID <id>). | ||
server-ownership: false | ||
text: | ||
max-talk-cooldown: 5 | ||
min-talk-cooldown: 10 | ||
talk-item: '*' | ||
teleport-delay: -1 | ||
player-scoreboard-teams: | ||
enable: true | ||
general: | ||
authlib: | ||
profile-url: https://sessionserver.mojang.com/session/minecraft/profile/ | ||
debug-chunk-loads: false | ||
debug-file: '' | ||
debug-mode: false | ||
debug-pathfinding: false | ||
color-scheme: | ||
message-error: <c> | ||
message-highlight: <e> | ||
message: <a> | ||
translation: | ||
locale: '' | ||
advanced: | ||
check-minecraft-version: true | ||
economy: | ||
npc: | ||
cost: 100.0 | ||
storage: | ||
save-task: | ||
delay: 72000 | ||
file: saves.yml | ||
type: yaml | ||
subplugins: | ||
folder: plugins |
Oops, something went wrong.