fancyshops
1734
fancyshop.lua
Normal file
1
init.lua
@ -30,5 +30,6 @@ if income_enabled then
|
|||||||
end
|
end
|
||||||
|
|
||||||
dofile(modpath .. "/bank.lua")
|
dofile(modpath .. "/bank.lua")
|
||||||
|
dofile(modpath .. "/fancyshop.lua")
|
||||||
dofile(modpath .. "/shop.lua")
|
dofile(modpath .. "/shop.lua")
|
||||||
dofile(modpath .. "/commands.lua")
|
dofile(modpath .. "/commands.lua")
|
||||||
|
4
mod.conf
@ -1,5 +1,5 @@
|
|||||||
name = emeraldbank
|
name = emeraldbank
|
||||||
depends = mcl_core, mcl_sounds, mcl_inventory, mcl_formspec, mcl_title
|
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.
|
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
|
# If true bank can be crafted
|
||||||
emeraldbank.bank_craft (bank craft) bool true
|
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
|
# Length of time (in seconds) between checking if a user should get income
|
||||||
emeraldbank.income_period (time between income) int 1800
|
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
|
||||||
|
BIN
textures/admin_depo.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
textures/admin_depo_front.png
Normal file
After Width: | Height: | Size: 314 B |
BIN
textures/admin_vend.png
Normal file
After Width: | Height: | Size: 257 B |
BIN
textures/admin_vend_front.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
textures/copier.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
textures/inactive.png
Normal file
After Width: | Height: | Size: 890 B |
BIN
textures/player_depo.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
textures/player_depo_front.png
Normal file
After Width: | Height: | Size: 553 B |
BIN
textures/player_vend.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
textures/player_vend_front.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
textures/upgrade_front.png
Normal file
After Width: | Height: | Size: 556 B |