Charged protection stone artifact is now named appropriately.
This commit is contained in:
		@@ -157,7 +157,7 @@ allow_placing_in_wild = true
 | 
			
		||||
    # Name given to protection block when obtained with /ps give or /ps get
 | 
			
		||||
    # Also affects custom crafted items (see custom_recipe)
 | 
			
		||||
    # Leave as '' for no name
 | 
			
		||||
    display_name = "&5Active Protection Artifact"
 | 
			
		||||
    display_name = "&Charged Protection Artifact"
 | 
			
		||||
 | 
			
		||||
    # Lore given to protection block when obtained with /ps give or /ps get
 | 
			
		||||
    # Also affects custom crafted items (see custom_recipe)
 | 
			
		||||
@@ -196,7 +196,7 @@ allow_placing_in_wild = true
 | 
			
		||||
    # Taxes must be enabled in config.toml first (tax_enabled)
 | 
			
		||||
    # The amount to tax the region per tax cycle.
 | 
			
		||||
    # Must be a decimal (ex. not 10, but 10.0)
 | 
			
		||||
    tax_amount = 4.0
 | 
			
		||||
    tax_amount = 8.0
 | 
			
		||||
 | 
			
		||||
    # The amount of seconds between tax cycles. Set to -1 to disable taxes.
 | 
			
		||||
    tax_period = 172800
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user