fancyshop
Freeman 9 months ago
parent 3ed54ea8fc
commit 880f9e8b96

File diff suppressed because it is too large Load Diff

@ -30,5 +30,6 @@ if income_enabled then
end
dofile(modpath .. "/bank.lua")
dofile(modpath .. "/fancyshop.lua")
dofile(modpath .. "/shop.lua")
dofile(modpath .. "/commands.lua")

@ -1,5 +1,5 @@
name = emeraldbank
depends = mcl_core, mcl_sounds, mcl_inventory, mcl_formspec, mcl_title
optional_depends = irc, yl_matterbridge
optional_depends = irc, yl_matterbridge, pipeworks, digilines, awards, hopper, tell, email, mail
description = Keep your Emeralds in a bank! And trade with shops.
supported_games = mineclone2, mineclone5
supported_games = mineclone2

@ -1,4 +1,6 @@
[Bank and Shops]
# If true bank can be crafted
emeraldbank.bank_craft (bank craft) bool true
@ -13,3 +15,18 @@ emeraldbank.income_count (number of emeralds) int 1
# Length of time (in seconds) between checking if a user should get income
emeraldbank.income_period (time between income) int 1800
[Fancy Shops]
# The node to copy as the display node
fancy_vend.display_node (Display Node) string mcl_core:glass
# Maximum number of mods to store per vender
fancy_vend.log_max (Log Max) int 40
# Speed of display item auto rotation
fancy_vend.autorotate_speed (Autorotate Speed) int 1
# Whether to not send mail alerts
fancy_vend.no_alerts (Don't Send Mail Alerts) bool false

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Loading…
Cancel
Save