SignShopHotel

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
jara
Příspěvky: 22
Registrován: 20 lis 2014, 17:46
Reputation: 0

SignShopHotel

#1 Příspěvekod jara » 23 lis 2014, 20:19

[b]Server: 93.91.250.121:27543
stáhl jsem si plugin SignShopHotel (Plugin na hotely) a nejde mi nastavit aby lidi co si pronajmou pokoj mohli stavět a ničit bloky.Use mají,ale build ne.




Díky předem

dominikcraft
Příspěvky: 239
Registrován: 07 zář 2014, 19:51
Reputation: -1

Re: SignShopHotel

#2 Příspěvekod dominikcraft » 24 lis 2014, 20:14

Dodej config do Spolieru a Code.
Obrázek

jara
Příspěvky: 22
Registrován: 20 lis 2014, 17:46
Reputation: 0

Re: SignShopHotel

#3 Příspěvekod jara » 24 lis 2014, 20:33

93.91.250.121:27543
Zdravím,zde je ten config

#
# This is an extension plugin to SignShop, read the SignShop Quick Reference if you need help with this config #
# #
# You can also visit our Bukkit page at tiny.cc/SignShop for any additional questions, or comments #
# #
# The syntax for Hotel signs is: #
# #
# Line 1 - [Hotel] #
# Line 2 - The name of the hotel this room belongs to #
# Line 3 - The time this sign should rent the room for s, m, h, d, w #
# (If you want to rent a room for 1 day and 2 hours, you would just type "26h" on the third line) #
# Line 4 - The price of renting the room #
# #

# Defines the maximum amount of rooms a player can rent at one time
# This limit can be bypassed by anyone with OP or the SuperAdmin SignShop permission node
# If this setting is set to 0, the amount of rents is unlimited
MaxRentsPerPerson: 0

signs:
Hotel: HotelSign,takePlayerMoney,giveOwnerMoney
iHotel: HotelSign,takePlayerMoney
messages:
setup:
Hotel: You have created a Hotel sign that costs !price to rent a room for !renttime!
iHotel: You have created an iHotel sign that costs !price to rent a room for !renttime!
confirm:
Hotel: Pay !price to rent this room for !renttime?
iHotel: Pay !price to rent this room for !renttime?
transaction:
Hotel: You paid !price to rent this room for !renttime!
iHotel: You paid !price to rent this room for !renttime!
transaction_owner:
Hotel: \!customer rented room nr. !roomnr in !hotel for !price!
iHotel: ''
help:
Hotel: This sign exchanges the customer's money for the ability to open a door to a hotel room. Line 2 must say the name of the hotel. Line 3 must be the amount of time the rental takes (e.g. 20s for 20 seconds, 24h for 1 day). Line 4 is the cost of the rental.
iHotel: This sign exchanges the customer's money for the ability to open a door to a hotel room. Line 2 must say the name of the hotel. Line 3 must be the amount of time the rental takes (e.g. 20s for 20 seconds, 24h for 1 day). Line 4 is the cost of the rental. The owner does not get money from this sign.
errors:
need_door: You need to link at least one door to build this shop!
invalid_time: Invalid time period specified on the third line.
invalid_hotel: Invalid hotel name on the second line.
no_door: There's no door attached to this room!
already_rented_self_timeleft: You've already rented this room, there is !timeleft left.
already_rented_other_timeleft: This room has already been rented, there is !timeleft left before it can be rented again.
could_not_rent_room: Could not rent the room, please tell your administrator to check the server.log for more information.
already_registered: This room is already registered!
no_entry: You have not rented this room, so you are not allowed to enter!
max_rents_reached: You have reached the maximum amount of rooms you can rent. It is set at !maxrents room(s) per person.



Díky předem

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: SignShopHotel

#4 Příspěvekod Smexhy » 24 lis 2014, 20:56

dominikcraft píše:... do Spolieru a Code.

jara
Příspěvky: 22
Registrován: 20 lis 2014, 17:46
Reputation: 0

Re: SignShopHotel

#5 Příspěvekod jara » 24 lis 2014, 21:00

Omlouvám se že nerozumím,ale do jakého SPOILERU a jaký CODE ???????????

Uživatelský avatar
Sportous
Příspěvky: 248
Registrován: 14 pro 2013, 23:18
Reputation: 0

Re: SignShopHotel

#6 Příspěvekod Sportous » 24 lis 2014, 22:58

[spoiler][code]SEM TO VLOZ[/code][/spoiler]
Obrázek

jara
Příspěvky: 22
Registrován: 20 lis 2014, 17:46
Reputation: 0

Re: SignShopHotel

#7 Příspěvekod jara » 27 lis 2014, 19:32

[spoiler]

Kód: Vybrat vše

#
# This is an extension plugin to SignShop, read the SignShop Quick Reference if you need help with this config          #
#                                                                                                                       #
# You can also visit our Bukkit page at tiny.cc/SignShop for any additional questions, or comments                      #
#                                                                                                                       #
# The syntax for Hotel signs is:                                                                                        #
#                                                                                                                       #
# Line 1 - [Hotel]                                                                                                      #
# Line 2 - The name of the hotel this room belongs to                                                                   #
# Line 3 - The time this sign should rent the room for s, m, h, d, w                                                    #
#          (If you want to rent a room for 1 day and 2 hours, you would just type "26h" on the third line)              #
# Line 4 - The price of renting the room                                                                                #
#                                                                                                                       #

# Defines the maximum amount of rooms a player can rent at one time
# This limit can be bypassed by anyone with OP or the SuperAdmin SignShop permission node
# If this setting is set to 0, the amount of rents is unlimited
MaxRentsPerPerson: 0
 
signs:
  Hotel: HotelSign,takePlayerMoney,giveOwnerMoney
  iHotel: HotelSign,takePlayerMoney
messages:
  setup:
    Hotel: You have created a Hotel sign that costs !price to rent a room for !renttime!
    iHotel: You have created an iHotel sign that costs !price to rent a room for !renttime!
  confirm:
    Hotel: Pay !price to rent this room for !renttime?
    iHotel: Pay !price to rent this room for !renttime?
  transaction:
    Hotel: You paid !price to rent this room for !renttime!
    iHotel: You paid !price to rent this room for !renttime!
  transaction_owner:
    Hotel: \!customer rented room nr. !roomnr in !hotel for !price!
    iHotel: ''
  help:
    Hotel: This sign exchanges the customer's money for the ability to open a door to a hotel room.  Line 2 must say the name of the hotel.  Line 3 must be the amount of time the rental takes (e.g. 20s for 20 seconds, 24h for 1 day).  Line 4 is the cost of the rental.
    iHotel: This sign exchanges the customer's money for the ability to open a door to a hotel room.  Line 2 must say the name of the hotel.  Line 3 must be the amount of time the rental takes (e.g. 20s for 20 seconds, 24h for 1 day).  Line 4 is the cost of the rental. The owner does not get money from this sign.
errors:
  need_door: You need to link at least one door to build this shop!
  invalid_time: Invalid time period specified on the third line.
  invalid_hotel: Invalid hotel name on the second line.
  no_door: There's no door attached to this room!
  already_rented_self_timeleft: You've already rented this room, there is !timeleft left.
  already_rented_other_timeleft: This room has already been rented, there is !timeleft left before it can be rented again.
  could_not_rent_room: Could not rent the room, please tell your administrator to check the server.log for more information.
  already_registered: This room is already registered!
  no_entry: You have not rented this room, so you are not allowed to enter!
  max_rents_reached: You have reached the maximum amount of rooms you can rent. It is set at !maxrents room(s) per person. [/spoiler]


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 35 hostů