-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7faa092
commit 7884b65
Showing
71 changed files
with
47,430 additions
and
44,194 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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,27 @@ | ||
# Configuration file | ||
|
||
general { | ||
# If you're colorblind, change this to fit your needs. | ||
# Available options: | ||
# - GREEN_TO_RED | ||
# - BLUE_TO_RED | ||
# - GREEN_TO_BLUE | ||
# Valid values: | ||
# GREEN_TO_RED | ||
# BLUE_TO_RED | ||
# GREEN_TO_BLUE | ||
S:COLORS=GREEN_TO_RED | ||
|
||
# Define the number of microseconds at which an object is marked with a deep red colour for WORLD lag. | ||
I:GRADIENT_MAXED_OUT_AT_MICROSECONDS=25 | ||
|
||
# Define the number of microseconds at which an object is marked with a deep red colour for FPS lag. | ||
I:GRADIENT_MAXED_OUT_AT_NANOSECONDS_FPS=50000 | ||
|
||
# What is the minimum amount of microseconds required before an object is tracked in the client? | ||
# This is only for WORLD lag. | ||
# This also affects the analyze results window | ||
I:MINIMUM_AMOUNT_OF_MICROSECONDS_THRESHOLD=1 | ||
} | ||
|
||
|
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,41 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Allow normal users to see event subscribers? | ||
B:ALLOW_NON_OPS_TO_SEE_EVENT_SUBSCRIBERS=false | ||
|
||
# What is the maximum HORIZONTAL range in blocks normal users can get results for? | ||
D:NON_OPS_MAX_HORIZONTAL_RANGE=50.0 | ||
|
||
# If normal users can start the profiler, what is the maximum time in seconds? | ||
I:NON_OPS_MAX_PROFILE_TIME=20 | ||
|
||
# What is the maximum VERTICAL range in blocks normal users can get results for? | ||
D:NON_OPS_MAX_VERTICAL_RANGE=20.0 | ||
|
||
# If normal users can start the profiler, what is the cool-down between requests in seconds? | ||
I:NON_OPS_PROFILE_COOL_DOWN_SECONDS=120 | ||
|
||
# How often can normal users request the latest scan result in seconds? | ||
I:NON_OPS_REQUEST_LAST_SCAN_DATA_TIMEOUT=30 | ||
|
||
# From where should we range-limit blocks vertically for normal users? | ||
# This will override the MAX_VERTICAL_RANGE when the block is above this Y level | ||
I:NON_OPS_WHITELIST_HEIGHT_ABOVE=64 | ||
|
||
# What's the permission level available to non-operators (Normal players)? | ||
# Please note that this ONLY works on dedicated servers. If you're playing singleplayer or LAN, the FULL permission is used. | ||
# Available permissions in ascending order are: | ||
# 'NONE' No permissions are granted, all functionality is denied. | ||
# 'GET' Allow getting the latest scan result, this will be stripped down to the player's surroundings | ||
# 'START' Allow starting the profiler | ||
# 'FULL' All permissions are granted, teleporting to entities, blocks | ||
# Valid values: | ||
# NONE | ||
# GET | ||
# START | ||
# FULL | ||
S:NON_OP_PERMISSION_LEVEL=START | ||
} | ||
|
||
|
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,9 @@ | ||
# TickCentral config | ||
# For you, this is only really needed to access debug settings | ||
# As this is a library, there is generally no need to modify these settings | ||
SHOW_FORCED_LOADING = false | ||
DEBUG = false | ||
|
||
# This library is capable of caching classes. This number is used to track if we should | ||
# re-run the scanner. You can also manually trigger it by setting it to 0. | ||
FILE_COUNT = 0 |
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,40 @@ | ||
#Wireless Redstone Chicken Bones Edition Configuration File:Deleting any element will restore it to it's default value | ||
|
||
core | ||
{ | ||
boltEffect | ||
{ | ||
#Damages are in half hearts:If an entity gets knocked into another bolt it may suffer multiple hits | ||
damage.entity=5 | ||
damage.player=3 | ||
} | ||
|
||
jammer | ||
{ | ||
#Delay in seconds before jamming the first time | ||
blockdelay=10 | ||
entitydelay=5 | ||
#Jam an entity again after x seconds | ||
entityretry=10 | ||
#Range In Blocks | ||
range=10 | ||
#Timeout In Seconds:Applies to both blocks and players | ||
timeout=60 | ||
} | ||
} | ||
|
||
addon.sniffer.gui | ||
{ | ||
#Colours are in 0xAARRGGBB format:Alpha should be FF | ||
colour.on=0xffff0000 | ||
colour.off=0xff700000 | ||
colour.jammed=0xff707070 | ||
colour.private.on=0xff40f000 | ||
colour.private.off=0xff40a000 | ||
|
||
border.on=0xffee0000 | ||
border.off=0xff500000 | ||
border.jammed=0xff505050 | ||
border.private.on=0xff20e000 | ||
border.private.off=0xff209000 | ||
} |
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
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
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
Oops, something went wrong.