minecraft-server/Server/config/ComputerCraft.cfg

150 lines
2.4 KiB
INI
Raw Permalink Normal View History

2020-03-30 18:33:48 +02:00
# Configuration file
####################
# block
####################
block {
# The Block ID for Computers
I:computerBlockID=207
# The Block ID for all Peripherals
I:peripheralBlockID=208
}
####################
# computerspacelimit
####################
computerspacelimit {
I:general=2097152
}
####################
# enableapi_http
####################
enableapi_http {
B:general=true
}
####################
# floppyspacelimit
####################
floppyspacelimit {
I:general=524288
}
####################
# general
####################
general {
# The disk space limit for computers and turtles, in bytes (0 is unlimited)
I:computerSpaceLimit=2097152
# Enable the "http" API on Computers
B:enableAPI_http=true
# Enable Command Block support
B:enableCommandBlock=false
# The disk space limit for floppy disks, in bytes (0 is unlimited)
I:floppySpaceLimit=524288
# The range of Wireless Modems at maximum altitude in clear weather, in meters
I:modem_highAltitudeRange=384
# The range of Wireless Modems at maximum altitude in stormy weather, in meters
I:modem_highAltitudeRangeDuringStorm=64
# The range of Wireless Modems at low altitude in clear weather, in meters
I:modem_range=64
# The range of Wireless Modems at low altitude in stormy weather, in meters
I:modem_rangeDuringStorm=16
# The height of Computer screens, in characters
I:terminal_height=19
# The width of Computer screens, in characters
I:terminal_width=51
}
####################
# item
####################
item {
# The Item ID for Coloured Floppy Disks
I:diskExpandedItemID=4001
# The Item ID for Floppy Disks
I:diskItemID=4000
# The Item ID for Printouts
I:printoutItemID=4002
}
####################
# modem_highaltituderange
####################
modem_highaltituderange {
I:general=384
}
####################
# modem_highaltituderangeduringstorm
####################
modem_highaltituderangeduringstorm {
I:general=64
}
####################
# modem_range
####################
modem_range {
I:general=64
}
####################
# modem_rangeduringstorm
####################
modem_rangeduringstorm {
I:general=16
}
####################
# terminal_height
####################
terminal_height {
I:general=19
}
####################
# terminal_width
####################
terminal_width {
I:general=51
}