corrade-lsl-templates – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ####################### START CONFIGURATION ##################################
2  
3 # The UUID of the owner of the rental box.
4 owner = "ccad6083-cb3b-44e0-b1ba-26c640d1236d"
5  
6 ##
7 # Corrade settings.
8 ##
9 ##
10 # All these settings must correspond to the settings in Corrade.ini.
11 ##
12 # This is the UUID of the Corrade bot.
13 corrade = "0afe54ca-93fb-4c2f-b7da-0623aec25a63"
14 # The name of the group - it can also be the UUID of the group.
15 group = "My Group"
16 # The password for the group.
17 password = "mypassword"
18 ##
19  
20 ##
21 # Rental settings.
22 ##
23 # The rental settings define a price for an amount of time such that the renter may pay any amount and
24 # the script is designed to compute the time that will be added to their rent.
25 ##
26 # The price for renting this place in L$.
27 price = 100
28 # The time that this place can be rented for in seconds.
29 # Cheatsheet:
30 # 1 day is 86400 seconds (default)
31 # 1 week is 604800 seconds
32 rent = 120
33 # The name of the role to invite renters to.
34 role = "Ecto"
35 ##
36  
37 ####################### END CONFIGURATION ###################################